ConfigActionKeyProvider Class Reference

Detailed Description

ConfigActionKeyProvider searches for action keys in the application configuration.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

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 ( Configuration  $configuration,
  $configSection 
)

Constructor.

Parameters
$configurationConfiguration instance
$configSectionThe configuration section to search in

Definition at line 33 of file ConfigActionKeyProvider.php.

Member Function Documentation

containsKey (   $actionKey)
See also
ActionKeyProvider::containsKey()

Implements ActionKeyProvider.

Definition at line 42 of file ConfigActionKeyProvider.php.

getKeyValue (   $actionKey)
See also
ActionKeyProvider::getKeyValue()

Implements ActionKeyProvider.

Definition at line 49 of file ConfigActionKeyProvider.php.

getId ( )
See also
ActionKeyProvider::getId()

Implements ActionKeyProvider.

Definition at line 59 of file ConfigActionKeyProvider.php.