Example #1
0
 /**
  * Called only by the getGroupMembers function it sets the "type" of member for this group. Typically only used programmatically
  * @param string $type
  * @return void
  */
 public function setGroupMemberType($type)
 {
     return parent::setGroupMemberType($type);
 }