Example #1
0
 public function __construct(array $args = array())
 {
     parent::__construct($args);
     $this->setTemplate('easytemplate/input/renderer/reference.phtml');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('easytemplate/input/renderer/select.phtml');
 }