Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Di
PublicContainer.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Di
;
4
28
class
PublicContainer
extends
DiContainer
{
29
33
public
static
function
getDefinitionSources
(): array {
34
return
[
\Elgg\Project\Paths::elgg
() .
'engine/public_services.php'
];
35
}
36
}
Elgg\Project\Paths\elgg
static elgg()
Get the Elgg codebase path with "/".
Definition:
Paths.php:44
Elgg\Di\DiContainer
Base DI Container class.
Definition:
DiContainer.php:13
Elgg\Di\PublicContainer
Definition:
PublicContainer.php:28
Elgg\Di\PublicContainer\getDefinitionSources
static getDefinitionSources()
Definition:
PublicContainer.php:33
Elgg\Di
Definition:
DiContainer.php:3
Generated on Wed Dec 4 2024 00:00:20 for Elgg by
1.8.11