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