Ejemplo n.º 1
0
 public static function getInstance()
 {
     return self::$instance === null ? self::$instance = new self() : self::$instance;
 }