コード例 #1
0
ファイル: Member.php プロジェクト: rhosocial/rho.social
 public function init()
 {
     $this->userClass = Organization::className();
     $this->queryClass = MemberQuery::className();
     parent::init();
 }