Beispiel #1
0
 public function newBean()
 {
     $bean = parent::newBean();
     $bean->{$this->_('htmlInputTemplate')} = $this->htmlInputTemplate;
     $bean->{$this->_('linkedSetId')} = $this->linkedSetId;
     return $bean;
 }
Beispiel #2
0
 public function newBean()
 {
     $bean = parent::newBean();
     if (empty($bean->{$this->_('checkedValue')})) {
         $bean->{$this->_('checkedValue')} = '';
     }
     return $bean;
 }
Beispiel #3
0
 public function newBean()
 {
     $bean = parent::newBean();
     if (empty($bean->{$this->_('options')})) {
         $bean->{$this->_('options')} = '';
     }
     return $bean;
 }
Beispiel #4
0
 public function newBean()
 {
     $bean = parent::newBean();
     $bean->{$this->_('symbol')} = $this->symbol;
     return $bean;
 }