Elgg
Version 6.1
|
Go to the source code of this file.
Functions | |
elgg_get_page_owner_guid () | |
Elgg page owner library. More... | |
elgg_get_page_owner_entity () | |
Gets the owner entity for the current page. More... | |
elgg_set_page_owner_guid (int $guid) | |
Set the guid of the entity that owns this page. More... | |
elgg_get_page_owner_entity | ( | ) |
Gets the owner entity for the current page.
Definition at line 23 of file pageowner.php.
elgg_get_page_owner_guid | ( | ) |
Elgg page owner library.
Gets the guid of the entity that owns the current page.
Definition at line 12 of file pageowner.php.
elgg_set_page_owner_guid | ( | int | $guid | ) |
Set the guid of the entity that owns this page.
int | $guid | The guid of the page owner |
Definition at line 34 of file pageowner.php.