Elgg
Version 2.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
js
classes
ElggUser.js
Go to the documentation of this file.
1
12
elgg
.ElggUser =
function
(o) {
13
elgg
.ElggEntity.call(
this
, o);
14
};
15
16
elgg
.inherit(
elgg
.ElggUser,
elgg
.ElggEntity);
17
26
elgg
.ElggUser.prototype.isAdmin =
function
() {
27
return
this.admin;
28
};
elgg
elgg
Definition:
install.js:23
Generated on Fri Oct 11 2024 00:01:08 for Elgg by
1.8.11