コード例 #1
0
ファイル: _ide_helper.php プロジェクト: puresolcom/ether
 /**
  * Get html builder.
  *
  * @return \Collective\Html\HtmlBuilder 
  * @static 
  */
 public static function getHtmlBuilder()
 {
     return \Collective\Html\FormBuilder::getHtmlBuilder();
 }