Method | Description | |
---|---|---|
__construct ( stdClass $row = null ) | Create a new \ElggObject. | |
canComment ( integer $user_guid, boolean $default = null ) : boolean | Can a user comment on this object? | |
getDisplayName ( ) | ||
getExternalAttributes ( ) : array | Get default values for attributes stored in a separate table | |
setDisplayName ( $displayName ) |
Method | Description | |
---|---|---|
create ( ) | ||
initializeAttributes ( ) : void | Initialize the attributes array to include the type, title, and description. | |
load ( mixed $guid ) : boolean | Loads the full \ElggObject when given a guid. | |
prepareObject ( $object ) | ||
update ( ) |
public __construct ( stdClass $row = null ) | ||
$row | stdClass | Database row result. Default is null to create a new object. |
final public static getExternalAttributes ( ) : array | ||
return | array |
protected initializeAttributes ( ) : void | ||
return | void |