|
| $userSettingService = NULL |
|
| $testFinder = NULL |
|
| $action = '' |
|
| $outputService = NULL |
|
Tx_Phpunit_ViewHelpers_ExtensionSelectorViewHelper::isOptionSelected |
( |
|
$option | ) |
|
|
protected |
Checks whether $option is the selected option.
- Parameters
-
string | $option | the option to check, must not be empty |
- Returns
- bool whether $option is the selected option
Tx_Phpunit_ViewHelpers_ExtensionSelectorViewHelper::render |
( |
| ) |
|
Renders the content of the view helper and pushes it to the output service.
- Returns
- void
Tx_Phpunit_ViewHelpers_ExtensionSelectorViewHelper::renderForm |
( |
|
$formContent | ) |
|
|
protected |
Renders the form with submit button around some content.
- Parameters
-
- Returns
- string the final form
Tx_Phpunit_ViewHelpers_ExtensionSelectorViewHelper::renderHiddenFields |
( |
| ) |
|
|
protected |
Renders some (hidden) fields for the form.
- Returns
- string the rendered fields, will not be empty
Tx_Phpunit_ViewHelpers_ExtensionSelectorViewHelper::renderSelect |
( |
| ) |
|
|
protected |
Renders the select box as HTML.
- Returns
- string the rendered select tag
Tx_Phpunit_ViewHelpers_ExtensionSelectorViewHelper::renderSubmitButton |
( |
|
$label | ) |
|
|
protected |
Renders the submit button for the form.
- Parameters
-
string | $label | the label for the button, must not be empty |
- Returns
- string the rendered button tag, will not be empty
The documentation for this class was generated from the following file:
- Classes/ViewHelpers/ExtensionSelectorViewHelper.php