Exemplo n.º 1
0
 /**
  * Returns an instance of Raxan
  * @return Raxan
  */
 public static function singleton()
 {
     return isset(self::$instance) ? self::$instance : (self::$instance = new Raxan());
 }