コード例 #1
0
ファイル: Sf.php プロジェクト: bbriggs/web-languageforge
 public function project_acceptJoinRequest($userId, $role)
 {
     UserCommands::acceptJoinRequest($this->_projectId, $userId, $this->_website, $role);
     ProjectCommands::removeJoinRequest($this->_projectId, $userId);
 }