ConfigActionKeyProvider Class Reference
Detailed Description
ConfigActionKeyProvider searches for action keys in the application configuration.
Definition at line 22 of file ConfigActionKeyProvider.php.
Inheritance diagram for ConfigActionKeyProvider:
Public Member Functions | |
__construct (Configuration $configuration, $configSection) | |
containsKey ($actionKey) | |
getKeyValue ($actionKey) | |
getId () | |
Constructor & Destructor Documentation
◆ __construct()
__construct | ( | Configuration | $configuration, |
$configSection | |||
) |
Constructor.
- Parameters
-
$configuration Configuration instance $configSection The configuration section to search in
Definition at line 33 of file ConfigActionKeyProvider.php.
Member Function Documentation
◆ containsKey()
containsKey | ( | $actionKey | ) |
- See also
- ActionKeyProvider::containsKey()
Implements ActionKeyProvider.
Definition at line 42 of file ConfigActionKeyProvider.php.
◆ getKeyValue()
getKeyValue | ( | $actionKey | ) |
- See also
- ActionKeyProvider::getKeyValue()
Implements ActionKeyProvider.
Definition at line 49 of file ConfigActionKeyProvider.php.
◆ getId()
getId | ( | ) |
- See also
- ActionKeyProvider::getId()
Implements ActionKeyProvider.
Definition at line 59 of file ConfigActionKeyProvider.php.