コード例 #1
0
ファイル: imperium-static.php プロジェクト: TeaMeow/Imperium
 /**
  * Self selector
  *
  * Remove all the selected organizations and the roles,
  * now point to ourself directly.
  *
  * @return Imperium
  */
 static function self()
 {
     self::$org = null;
     self::$role = null;
     return __CLASS__;
 }