setModel() 공개 메소드

Set the model instance on the form builder.
public setModel ( mixed $model ) : void
$model mixed
리턴 void
예제 #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);
 }