Exemplo n.º 1
0
 /**
  * Get control prototype of the initial TextInput
  *
  * @return Html
  */
 public function getInputPrototype()
 {
     return parent::getControlPrototype();
 }
Exemplo n.º 2
0
 public function getFormControl()
 {
     $input = new TextInput($this->name);
     $input->getControlPrototype()->class = 'text-filter';
     return $input;
 }