Elgg  Version 5.1
Public Member Functions | Static Public Member Functions | List of all members
Elgg\Di\InternalContainer Class Reference
Inheritance diagram for Elgg\Di\InternalContainer:
Elgg\Di\DiContainer

Public Member Functions

 initConfig (Config $config)
 Validate, normalize, fill in missing values, and lock some. More...
 
- Public Member Functions inherited from Elgg\Di\DiContainer
 __get ($name)
 {} More...
 
 __set ($name, $value)
 {} More...
 
 set (string $name, $value)
 {} More...
 
 reset (string $name)
 Unsets the service to force rebuild on next request. More...
 

Static Public Member Functions

static factory (array $options=[])
 
static getDefinitionSources ()
 
- Static Public Member Functions inherited from Elgg\Di\DiContainer
static factory (array $options=[])
 Create a DI Container. More...
 
static getDefinitionSources ()
 Returns an array of file locations. More...
 

Detailed Description

Definition at line 131 of file InternalContainer.php.

Member Function Documentation

static Elgg\Di\InternalContainer::factory ( array  $options = [])
static

Definition at line 179 of file InternalContainer.php.

static Elgg\Di\InternalContainer::getDefinitionSources ( )
static

Definition at line 195 of file InternalContainer.php.

Elgg\Di\InternalContainer::initConfig ( Config  $config)

Validate, normalize, fill in missing values, and lock some.

Parameters
Config$configConfig
Returns
Config
Exceptions
ConfigurationException

Definition at line 142 of file InternalContainer.php.


The documentation for this class was generated from the following file: