horizontal() 공개 메소드

Opens a horizontal form
public horizontal ( array $attributes = [] ) : string
$attributes array
리턴 string
예제 #1
0
 /**
  * Opens a horizontal form
  *
  * @param array $attributes
  * @return string 
  * @static 
  */
 public static function horizontal($attributes = array())
 {
     return \Bootstrapper\Form::horizontal($attributes);
 }