Class ElggGroup
Class representing a container for other elgg entities.
- ElggData implements Loggable, Iterator, ArrayAccess, Exportable
- ElggEntity implements Notable, Locatable, Importable
- ElggGroup implements Friendable
protected
|
|
public
|
#
__construct( mixed $guid = null )
Construct a new group entity, optionally from a given guid value. |
public
boolean
|
|
public
boolean
|
|
public
mixed
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
#
getFriends( string $subtype = "", integer $limit = 10, integer $offset = 0 )
For compatibility with Friendable |
public
boolean
|
#
getFriendsOf( string $subtype = "", integer $limit = 10, integer $offset = 0 )
For compatibility with Friendable |
public
array|false
|
#
getObjects( string $subtype = "", integer $limit = 10, integer $offset = 0 )
Get objects contained in this group. |
public
array|false
|
#
getFriendsObjects( string $subtype = "", integer $limit = 10, integer $offset = 0 )
For compatibility with Friendable |
public
array|false
|
|
public
mixed
|
#
getMembers( integer $limit = 10, integer $offset = 0, boolean $count = false )
Get a list of group members. |
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
protected
boolean
|
|
public
boolean
|
|
public
array
|
|
public
boolean
|
__get(),
__isset(),
__set(),
current(),
getClassName(),
getTimeCreated(),
key(),
next(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
rewind(),
valid()
|
$icon_override,
$temp_annotations,
$temp_metadata,
$temp_private_settings,
$url_override,
$volatile
|
$attributes,
$valid
|
public
string
|
$name |
#
A short name that captures the purpose of the group |
public
string
|
$description |
#
A longer body of content that gives more details about the group |
$access_id,
$container_guid,
$enabled,
$guid,
$owner_guid,
$site_guid,
$subtype,
$time_created,
$time_updated,
$type
|