Exemplo n.º 1
0
 public static function getInstance()
 {
     if (null == self::$_instance) {
         self::$_instance = new self(true);
     }
     return self::$_instance;
 }