Elgg  Version 1.9
Variables
pageowner.js File Reference

Go to the source code of this file.

Variables

elgg get_page_owner_guid
 Provides page owner and context functions. More...
 

Variable Documentation

elgg get_page_owner_guid
Initial value:
= function() {
if (elgg.page_owner !== undefined) {
return elgg.page_owner.guid;
} else {
return 0;
}
}
elgg
Definition: install.js:23

Provides page owner and context functions.

Returns
{number} The GUID of the page owner entity or 0 for no owner

Definition at line 11 of file pageowner.js.