Exemplo n.º 1
0
 /**
  * Construct a new field
  *
  * @param Rabbit_Form $form
  * @param array $attributes
  */
 public function __construct(Rabbit_Form $form, array $attributes = array())
 {
     $this->form = $form;
     $this->form->addField($this);
     $this->setAttributes($attributes);
 }