Example #1
0
 /** Create form object from this renderer
  * @param array $attrs
  * @return \System\Form
  */
 public function form(array $attrs = array())
 {
     return \System\Form::from_response($this, $attrs);
 }