コード例 #1
0
 /**
  * 
  *
  * @static 
  */
 public static function btImage($obj, $objName, $attrName, $type, $numCols = 12, $alt = '', $url_image = '', $html = array(), $options = array())
 {
     return \App\Services\FormBuilderCollective::btImage($obj, $objName, $attrName, $type, $numCols, $alt, $url_image, $html, $options);
 }