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