Elgg
Version 3.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
core
js
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
var elgg
Definition:
elgglib.js:4
Generated on Sun Mar 7 2021 00:00:25 for Elgg by
1.8.11