Exemple #1
0
 /**
  *
  * @return INSTALL_Storage
  */
 public static function getInstance()
 {
     if (self::$classInstance === null) {
         self::$classInstance = new self();
     }
     return self::$classInstance;
 }
Exemple #2
0
 /**
  * 
  * @return INSTALL_Storage
  */
 public static function getStorage()
 {
     return INSTALL_Storage::getInstance();
 }