setModel() public method

Set the model instance on the form builder.
public setModel ( mixed $model ) : void
$model mixed
return void
Exemplo n.º 1
0
 /**
  * Set the model instance on the form builder.
  *
  * @param mixed $model
  * @return void 
  * @static 
  */
 public static function setModel($model)
 {
     \Collective\Html\FormBuilder::setModel($model);
 }