Ejemplo n.º 1
0
 /**
  * @param string $name
  * @param null   $label
  * @param array  $options
  * @param array  $attributes
  * @param null   $filter
  * @param null   $rule
  */
 public function __construct($name = null, $label = null, $options = array(), $attributes = array(), $filter = null, $rule = null)
 {
     parent::__construct($name, $label, $attributes, $filter, $rule);
     $this->handleOptions($name, $options);
 }