Example #1
0
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->setValue($this->getOption('value', array()));
 }
Example #2
0
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->value = $this->getOption('value', null);
 }