Property | Type | Description | |
---|---|---|---|
$_attributeArray | array | attributes of the form | |
$_captcha | object | captcha of the form | |
$_language | object | instance of the language class | |
$_languageArray | array | languages of the form | |
$_optionArray | array | options of the form | |
$_registry | object | instance of the registry class |
Method | Description | |
---|---|---|
__call ( string $method = null, array $argumentArray = [] ) : |
call method as needed | |
__construct ( |
constructor of the class | |
__toString ( ) : string | stringify the form | |
captcha ( string $type = null ) : |
append the captcha | |
init ( array $attributeArray = [], array $optionArray = [] ) : |
init the class | |
label ( string $html = null, array $attributeArray = [] ) : |
append the label | |
legend ( string $html = null, array $attributeArray = [] ) : |
append the legend | |
render ( ) : string | render the form | |
select ( array $optionArray = [], array $attributeArray = [] ) : |
append the select | |
selectRange ( array $rangeArray = [], array $attributeArray = [] ) : |
append the select range | |
textarea ( array $attributeArray = [] ) : |
append the textarea | |
token ( ) : |
append the token |
Method | Description | |
---|---|---|
_createButton ( string $type = null, string $text = null, array $attributeArray = [] ) : |
create the button | |
_createInput ( string $type = 'text', array $attributeArray = [] ) : |
create the input | |
_createLink ( string $type = null, string $text = null, array $attributeArray = [] ) : |
create the link | |
_createOption ( array $optionArray = [], mixed $selected = null ) : string | create the option |
public __construct ( |
||
$registry | instance of the registry class | |
$language | instance of the language class |
protected _createInput ( string $type = 'text', array $attributeArray = [] ) : |
||
$type | string | type of the input |
$attributeArray | array | attributes of the input |
return |
public selectRange ( array $rangeArray = [], array $attributeArray = [] ) : |
||
$rangeArray | array | range of the select |
$attributeArray | array | attributes of the select |
return |
protected array $_attributeArray | ||
return | array |
protected object $_language | ||
return | object |
protected array $_languageArray | ||
return | array |
protected object $_registry | ||
return | object |