|
| $userSettingService = NULL |
|
| $testFinder = NULL |
|
| $action = '' |
|
| $outputService = NULL |
|
Tx_Phpunit_ViewHelpers_AbstractSelectorViewHelper::__destruct |
( |
| ) |
|
Tx_Phpunit_ViewHelpers_AbstractSelectorViewHelper::createIconStyle |
( |
|
$testableKey | ) |
|
|
protected |
Creates the CSS style attribute content for an icon for the testable with the key $testableKey.
- Parameters
-
string | $testableKey | the key of a Tx_Phpunit_Testable object, may also be "typo3", must not be empty |
- Returns
- string the content for the "style" attribute, will not be empty
- Exceptions
-
InvalidArgumentException | if there is no extension with tests for the given key |
Tx_Phpunit_ViewHelpers_AbstractSelectorViewHelper::getAction |
( |
| ) |
|
Gets the action of the form.
- Returns
- string
Tx_Phpunit_ViewHelpers_AbstractSelectorViewHelper::getOptions |
( |
| ) |
|
|
abstractprotected |
Gets all options rendered as an array.
- Returns
- array<array> all option parameter as a multi-dimensional array, might be empty
Tx_Phpunit_ViewHelpers_AbstractSelectorViewHelper::injectTestFinder |
( |
|
$testFinder | ) |
|
Injects the test finder.
- Parameters
-
- Returns
- void
Injects the user setting service.
- Parameters
-
- Returns
- void
Tx_Phpunit_ViewHelpers_AbstractSelectorViewHelper::renderSelect |
( |
| ) |
|
|
abstractprotected |
Renders the select box as HTML string.
- Returns
- string
Tx_Phpunit_ViewHelpers_AbstractSelectorViewHelper::renderTag |
( |
|
$tagName, |
|
|
|
$attributes = array() , |
|
|
|
$content = '' |
|
) |
| |
|
protected |
Renders any HTML tag with its own parameter either around some content.
If the content is empty, the tag gets rendered as a self-closing tag.
- Parameters
-
string | $tagName | |
| array<string> | $attributes use HTML attribute as key, might not be empty use attribute value as array value, might be empty |
string | $content | |
- Returns
- string the rendered HTML tag
- Exceptions
-
InvalidArgumentException | if the given tagName is empty |
Tx_Phpunit_ViewHelpers_AbstractSelectorViewHelper::setAction |
( |
|
$action | ) |
|
Sets the action for the form.
- Parameters
-
- Returns
- void
The documentation for this class was generated from the following file:
- Classes/ViewHelpers/AbstractSelectorViewHelper.php