Example #1
0
 public function getInstance()
 {
     if (!self::$_instance) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }
Example #2
0
 public function pear()
 {
     return Maged_Pear::getInstance();
 }