Exemplo n.º 1
0
 public static function getInstance()
 {
     if (null === self::$_instance) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->_auth = Fedit_Auth::getInstance();
     $this->_acl = new Fedit_Acl();
 }