FixedListStrategy.php
43 throw new ConfigurationException("No 'items' given in list options: "+StringUtil::getDump($options));
FixedListStrategy implements a constant list of key/value pairs.
Definition: FixedListStrategy.php:35
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
ConfigurationException signals an exception in the configuration.
Definition: ConfigurationException.php:18
isStatic($options)
Definition: FixedListStrategy.php:74
static getInstance($name, $dynamicConfiguration=[])
Definition: ObjectFactory.php:47
getList($options, $valuePattern=null, $key=null, $language=null)
Definition: FixedListStrategy.php:41
ObjectFactory implements the service locator pattern by wrapping a Factory instance and providing sta...
Definition: ObjectFactory.php:24