Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 469 Bytes

method.md

File metadata and controls

24 lines (16 loc) · 469 Bytes

HAPEL Method Parameters


$method

(string), (optional), default: null

Adds the method attribute to an HTML form tag.

Value Use
null prevents the attribute from being added to the tag
string adds the value of 'string' as the attribute

Examples:

$method = 'get';
<tag method="get" {...}