예제 #1
0
파일: dyngroup.php 프로젝트: neoclust/mmc
 function create($name, $visibility)
 {
     $this->id = __xmlrpc_create_group($name, $visibility);
     return $this->id;
 }
예제 #2
0
 function create($name, $visibility)
 {
     $this->id = __xmlrpc_create_group($name, $visibility, $this->type, $this->parent_id);
     return $this->id;
 }