Elgg  Version 2.3
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
Definition: install.js:23