Пример #1
0
 public function initOtherConditionTemplate($code)
 {
     parent::initOtherConditionTemplate($code);
     //        switch ($code){
     //            case self::$_OTHER_CONDITION_QTY:
     //                $this->setTemplate('amfeed/' . $this->_templates . '/conditions/other.phtml');
     //                break;
     //        }
     return $this;
 }
Пример #2
0
 public function __construct()
 {
     $this->_templates = 'field';
     return parent::__construct();
 }