Ejemplo n.º 1
0
 public static function getInstance()
 {
     if (!self::$inst) {
         $c = __CLASS__;
         self::$inst = new $c();
     }
     return self::$inst;
 }
Ejemplo n.º 2
0
 /**
  * get custom info
  */
 public function getCustomInfo()
 {
     return CalemCustomFormManager::getInstance()->getFullCustomInfo($this->formInfo->getId(), $this->getDesignTarget());
 }