示例#1
0
 public function project_acceptJoinRequest($userId, $role)
 {
     UserCommands::acceptJoinRequest($this->_projectId, $userId, $this->_website, $role);
     ProjectCommands::removeJoinRequest($this->_projectId, $userId);
 }