Example #1
0
 /**
  * get instance
  *
  *
  * @return Auth_Model_AclMapper
  */
 public static function getInstance()
 {
     if (self::$_instance === null) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }