Lines Matching +full:- +full:- +full:group
5 * You are hereby granted a non-exclusive, worldwide, royalty-free license to
42 * Returns the `id` (The Group ID) as string if present.
48 return $this->getField('id');
52 * Returns the `cover` (The cover photo of the Group) as GraphCoverPhoto if present.
58 return $this->getField('cover');
62 * Returns the `description` (A brief description of the Group) as string if present.
68 return $this->getField('description');
72 …the `email` (The email address to upload content to the Group. Only current members of the Group c…
78 return $this->getField('email');
82 * Returns the `icon` (The URL for the Group's icon) as string if present.
88 return $this->getField('icon');
92 * Returns the `link` (The Group's website) as string if present.
98 return $this->getField('link');
102 * Returns the `name` (The name of the Group) as string if present.
108 return $this->getField('name');
112 …* Returns the `member_request_count` (Number of people asking to join the group.) as int if presen…
118 return $this->getField('member_request_count');
122 * Returns the `owner` (The profile that created this Group) as GraphNode if present.
128 return $this->getField('owner');
132 * Returns the `parent` (The parent Group of this Group, if it exists) as GraphNode if present.
138 return $this->getField('parent');
142 * Returns the `privacy` (The privacy setting of the Group) as string if present.
148 return $this->getField('privacy');
152 …* Returns the `updated_time` (The last time the Group was updated (this includes changes in the Gr…
158 return $this->getField('updated_time');
162 * Returns the `venue` (The location for the Group) as GraphLocation if present.
168 return $this->getField('venue');