ObjectFactory.php
99 throw new ConfigurationException('No Factory instance provided. Do this by calling the configure() method.');
static getInstanceOf($class, $dynamicConfiguration=[])
Definition: ObjectFactory.php:63
ConfigurationException signals an exception in the configuration.
Definition: ConfigurationException.php:18
static getNewInstance($name, $dynamicConfiguration=[])
Definition: ObjectFactory.php:55
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
static registerInstance($name, $instance)
Definition: ObjectFactory.php:71