Exemplo n.º 1
0
 function create($name, $visibility)
 {
     $this->id = __xmlrpc_create_group($name, $visibility);
     return $this->id;
 }
Exemplo n.º 2
0
 function create($name, $visibility)
 {
     $this->id = __xmlrpc_create_group($name, $visibility, $this->type, $this->parent_id);
     return $this->id;
 }