FunctionListStrategy.php
44 throw new ConfigurationException("No 'name' given in list options: "+StringUtil::getDump($options));
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
StringUtil provides support for string manipulation.
Definition: StringUtil.php:18
getList($options, $valuePattern=null, $key=null, $language=null)
Definition: FunctionListStrategy.php:42
ConfigurationException signals an exception in the configuration.
Definition: ConfigurationException.php:18
static getInstance($name, $dynamicConfiguration=[])
Definition: ObjectFactory.php:47
FunctionListStrategy implements a list of key/value pairs that is retrieved by a global function.
Definition: FunctionListStrategy.php:36
ObjectFactory implements the service locator pattern by wrapping a Factory instance and providing sta...
Definition: ObjectFactory.php:24
isStatic($options)
Definition: FunctionListStrategy.php:78