Example #1
0
File: Button.php Project: Jir4/Xyl
 /**
  * Get form.
  *
  * @return  \Hoa\Xyl\Interpreter\Html\Form
  */
 public function getForm()
 {
     return Form::getMe($this);
 }