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