Beispiel #1
0
 function create($name, $visibility)
 {
     $this->id = __xmlrpc_create_group($name, $visibility);
     return $this->id;
 }
Beispiel #2
0
 function create($name, $visibility)
 {
     $this->id = __xmlrpc_create_group($name, $visibility, $this->type, $this->parent_id);
     return $this->id;
 }