예제 #1
0
 /**
  * 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__;
 }