FOFForm::getHeader
Method to get a header field represented as a FOFFormHeader object.
Signature
public function getHeader(string
$name,
[string
$group = null,
[mixed
$value = null]] )
Parameters
-
$name
- The name of the header field.
-
$group
- The optional dot-separated form group path on which to find the field.
-
$value
- The optional value to use as the default for the field.
Returns
- mixed
- The FOFFormHeader object for the field or boolean false on error.