Ejemplo n.º 1
0
 public function getInstance()
 {
     if (!self::$instance) {
         self::$instance = new PF();
     }
     return self::$instance;
 }