" . "\n" . "{fields}" . "\n" . "\t\t" . "" . "\n"; const TYPE_FORM_FIELDSET = "
"."\n"."
" . "\n" . "{fields}" . "\n" . "" . "\t\t" . "
"."\n"."
" . "\n"; /** * @desc add the form action in order to set the path * for the controller * @param $action * @return mixed */ public static function setFormAction($action); /** * @desc set the form type, two types (post, get) * @param $type * @return mixed */ public static function setFormType($type); /** * @desc set the name for the form * @param $name * @return mixed */ public static function setFormName($name); /** * @desc display the form data on the html layout * @return mixed */ public function displayForm(); }