ConfigListStrategy.php
40 throw new ConfigurationException("No 'pattern' given in list options: "+StringUtil::getDump($options));
ConfigListStrategy implements a list of key/value pairs that is retrieved from a configuration sectio...
Definition: ConfigListStrategy.php:30
static getDump($variable, $strlen=100, $width=25, $depth=10, $i=0, &$objects=[])
Get the dump of a variable as string.
Definition: StringUtil.php:29
ListStrategy defines the interface for classes that retrieve value lists.
Definition: ListStrategy.php:19
isStatic($options)
Definition: ConfigListStrategy.php:63
getList($options, $valuePattern=null, $key=null, $language=null)
Definition: ConfigListStrategy.php:38
StringUtil provides support for string manipulation.
Definition: StringUtil.php:18
ConfigurationException signals an exception in the configuration.
Definition: ConfigurationException.php:18
static getInstance($name, $dynamicConfiguration=[])
Definition: ObjectFactory.php:47
ObjectFactory implements the service locator pattern by wrapping a Factory instance and providing sta...
Definition: ObjectFactory.php:24