Ejemplo n.º 1
0
 public static function getInstance()
 {
     if (null === self::$_instance) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }
Ejemplo n.º 2
0
 /**
  * 
  * @return Api_Core_Config
  */
 function createConfig()
 {
     return Api_Core_Config::getInstance();
 }