コード例 #1
0
ファイル: _ide_helper.php プロジェクト: VictorAvelar/sfg
 /**
  * Set the model instance on the form builder.
  *
  * @param mixed $model
  * @return void 
  * @static 
  */
 public static function setModel($model)
 {
     //Method inherited from \Collective\Html\FormBuilder
     \Styde\Html\FormBuilder::setModel($model);
 }