См. определение в файле servicelocator.php строка 11
◆ addInstance()
addInstance |
( |
string | $code, |
|
|
mixed | $service ) |
Adds service to locator.
- Аргументы
-
string | $code | |
mixed | $service | |
См. определение в файле servicelocator.php строка 39
◆ addInstanceLazy()
addInstanceLazy |
( |
string | $id, |
|
|
| $configuration ) |
Adds service with lazy initialization.
- Аргументы
-
string | $id | |
array | $configuration | |
- Возвращает
- void
- Исключения
-
См. определение в файле servicelocator.php строка 51
◆ get()
Returns services by code.
- Аргументы
-
- Возвращает
- mixed
- Исключения
-
ObjectNotFoundException|NotFoundExceptionInterface | |
См. определение в файле servicelocator.php строка 116
◆ getInstance()
◆ has()
Checks whether the service with code exists.
- Аргументы
-
- Возвращает
- bool
См. определение в файле servicelocator.php строка 104
◆ registerByGlobalSettings()
registerByGlobalSettings |
( |
| ) |
|
Registers services by project settings, which is stored .settings.php.
- Исключения
-
См. определение в файле servicelocator.php строка 89
◆ registerByModuleSettings()
registerByModuleSettings |
( |
string | $moduleName | ) |
|
Registers services by module settings, which is stored in {moduleName}/.settings.php.
- Аргументы
-
- Исключения
-
См. определение в файле servicelocator.php строка 68