ConfigListStrategy Class Reference
Detailed Description
ConfigListStrategy implements a list of key/value pairs that is retrieved from a configuration section.
Configuration example:
// configuration section EntityStage
{"type":"config","section":"EntityStage"}
Definition at line 30 of file ConfigListStrategy.php.
Inheritance diagram for ConfigListStrategy:
Public Member Functions | |
getList ($options, $valuePattern=null, $key=null, $language=null) | |
isStatic ($options) | |
Member Function Documentation
◆ getList()
getList | ( | $options, | |
$valuePattern = null , |
|||
$key = null , |
|||
$language = null |
|||
) |
- See also
- ListStrategy::getList $options is an associative array with key 'section'
Implements ListStrategy.
Definition at line 38 of file ConfigListStrategy.php.
◆ isStatic()
isStatic | ( | $options | ) |
- See also
- ListStrategy::isStatic
Implements ListStrategy.
Definition at line 63 of file ConfigListStrategy.php.