Esempio n. 1
0
 /**
  * Enter description here...
  *
  * @return ZendL_Tool_Rpc_Manifest_Registry
  */
 public static function getInstance()
 {
     if (self::$_instance === null) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }