Elgg  Version 6.2
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ElggExtender Class Reference
Inheritance diagram for ElggExtender:
ElggData Elgg\Collections\CollectionItemInterface ElggAnnotation ElggMetadata

Public Member Functions

 __set ($name, $value)
 Set an attribute. More...
 
 setValue ($value, string $value_type='')
 Set the value of the extender. More...
 
 __get ($name)
 Gets an attribute. More...
 
 getOwnerGUID ()
 Get the GUID of the extender's owner entity. More...
 
 getOwnerEntity ()
 Get the entity that owns this extender. More...
 
 getEntity ()
 Get the entity this describes. More...
 
 canEdit (int $user_guid=0)
 Returns if a user can edit this entity extender. More...
 
 toObject (array $params=[])
 {Get a plain old object copy for public consumption.
Parameters
array$paramsExport parameters
Returns
\Elgg\Export\Data
} More...
 
 getSystemLogID ()
 {Return an identification for the object for storage in the system log.This id must be an integer. Unsaved implementations should return 0.
Returns
int
} More...
 
 getType ()
 Return a type of extension. More...
 
 getSubtype ()
 Return a subtype. More...
 
 getURL ()
 Get a url for this extender. More...
 
- Public Member Functions inherited from ElggData
 __isset ($name)
 Test if property is set either as an attribute or metadata. More...
 
 __unset ($name)
 Unset a property from metadata or attribute. More...
 
 save ()
 Save this data to the appropriate database table. More...
 
 delete ()
 Delete this data. More...
 
 getTimeCreated ()
 Returns the UNIX epoch time that this entity was created. More...
 
 getObjectFromID (int $id)
 For a given ID, return the object associated with it. More...
 
 rewind ()
 Iterator interface. More...
 
 current ()
 Iterator interface. More...
 
 key ()
 Iterator interface. More...
 
 next ()
 Iterator interface. More...
 
 valid ()
 Iterator interface. More...
 
 offsetSet ($offset, $value)
 Array access interface. More...
 
 offsetGet ($offset)
 Array access interface. More...
 
 offsetUnset ($offset)
 Array access interface. More...
 
 offsetExists ($offset)
 Array access interface. More...
 
 getID ()
 {Get unique item identifier within a collection.
Returns
string|int
} More...
 
 getPriority ()
 {Get priority (weight) of the item within a collection.
Returns
int
} More...
 
 __serialize ()
 Called during serialization. More...
 
 __unserialize (array $data)
 Called during unserialization. More...
 

Static Public Member Functions

static detectValueType ($value, string $value_type='')
 Detect the value_type for a value to be stored as metadata or an annotation. More...
 

Protected Member Functions

 initializeAttributes ()
 {Initialize the attributes array.This is vital to distinguish between metadata and base parameters.
Returns
void
} More...
 
- Protected Member Functions inherited from ElggData
 getDatabase ()
 Provides a pointer to the database object. More...
 

Protected Attributes

const INTEGER_ATTR_NAMES
 
- Protected Attributes inherited from ElggData
 $attributes = []
 
 $valid = false
 

Detailed Description

Definition at line 27 of file ElggExtender.php.

Member Function Documentation

◆ __get()

ElggExtender::__get (   $name)

Gets an attribute.

Parameters
string$nameName
Returns
mixed
Exceptions

Definition at line 97 of file ElggExtender.php.

◆ __set()

ElggExtender::__set (   $name,
  $value 
)

Set an attribute.

Parameters
string$nameName
mixed$valueValue
Returns
void

Definition at line 61 of file ElggExtender.php.

◆ canEdit()

ElggExtender::canEdit ( int  $user_guid = 0)
abstract

Returns if a user can edit this entity extender.

Parameters
int$user_guidThe GUID of the user doing the editing (defaults to currently logged in user)
Returns
bool

Reimplemented in ElggMetadata, and ElggAnnotation.

◆ detectValueType()

static ElggExtender::detectValueType (   $value,
string  $value_type = '' 
)
static

Detect the value_type for a value to be stored as metadata or an annotation.

Parameters
mixed$valueThe value
string$value_typeIf specified as "text" or "integer", overrides the detection.
Returns
string

Definition at line 234 of file ElggExtender.php.

◆ getEntity()

ElggExtender::getEntity ( )

Get the entity this describes.

Returns
\ElggEntity|null

Definition at line 146 of file ElggExtender.php.

◆ getOwnerEntity()

ElggExtender::getOwnerEntity ( )

Get the entity that owns this extender.

Returns
\ElggEntity|null

Definition at line 137 of file ElggExtender.php.

◆ getOwnerGUID()

ElggExtender::getOwnerGUID ( )

Get the GUID of the extender's owner entity.

Returns
int The owner GUID

Definition at line 128 of file ElggExtender.php.

◆ getSubtype()

ElggExtender::getSubtype ( )

Return a subtype.

For metadata & annotations this is the 'name' and for relationship this is the relationship type.

Returns
string

Reimplemented from ElggData.

Definition at line 205 of file ElggExtender.php.

◆ getSystemLogID()

ElggExtender::getSystemLogID ( )

{Return an identification for the object for storage in the system log.This id must be an integer. Unsaved implementations should return 0.

Returns
int
}

Reimplemented from ElggData.

Definition at line 186 of file ElggExtender.php.

◆ getType()

ElggExtender::getType ( )

Return a type of extension.

Returns
string

Reimplemented from ElggData.

Definition at line 195 of file ElggExtender.php.

◆ getURL()

ElggExtender::getURL ( )

Get a url for this extender.

Plugins can register for the 'extender:url', '<type>' event to customize the url for an annotation or metadata.

Returns
string

Reimplemented from ElggData.

Definition at line 217 of file ElggExtender.php.

◆ initializeAttributes()

ElggExtender::initializeAttributes ( )
protected

{Initialize the attributes array.This is vital to distinguish between metadata and base parameters.

Returns
void
}

Reimplemented from ElggData.

Reimplemented in ElggMetadata, and ElggAnnotation.

Definition at line 43 of file ElggExtender.php.

◆ setValue()

ElggExtender::setValue (   $value,
string  $value_type = '' 
)

Set the value of the extender.

Parameters
mixed$valueThe value being set
string$value_typeThe type of the : 'integer' or 'text'
Returns
void
Since
1.9

Definition at line 84 of file ElggExtender.php.

◆ toObject()

ElggExtender::toObject ( array  $params = [])

{Get a plain old object copy for public consumption.

Parameters
array$paramsExport parameters
Returns
\Elgg\Export\Data
}

Reimplemented from ElggData.

Definition at line 163 of file ElggExtender.php.

Member Data Documentation

◆ INTEGER_ATTR_NAMES

const ElggExtender::INTEGER_ATTR_NAMES
protected
Initial value:
= [
'id',
'entity_guid',
'owner_guid',
'access_id',
'time_created',
]

Definition at line 32 of file ElggExtender.php.


The documentation for this class was generated from the following file: