Ejemplo n.º 1
0
 public static function start()
 {
     if (!is_null(self::$instance)) {
         throw new MyException('The RPost already was initialized');
     }
     self::$instance = new self();
     return self::$instance;
 }