public function getCustomInfo()
 {
     return CalemCustomViewManager::getInstance()->getFullCustomInfo($this->getViewId(), $this->getDesignTarget());
 }
 public static function getInstance()
 {
     if (!self::$inst) {
         $c = __CLASS__;
         self::$inst = new $c();
     }
     return self::$inst;
 }