ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Data Structures | |
class | Define |
interface | Dependency |
class | GetProbe |
class | In |
A dependency where the component needs something from the world. More... | |
class | Name |
class | NullDIC |
An object that looks like a Dependency Injection Container but actually does nothing. More... | |
class | OfComponent |
class | Out |
A dependency where the component gives something to the world. More... | |
class | Reader |
class | RenamingDIC |
A wrapper around another DIC that superficially adds a _# and passes them to an underlying DIC. More... | |
class | Renderer |
This takes a (hopefully resolved...) dependency tree and renders it in PHP to be used for initialisation. More... | |
class | Resolver |
class | SetGetProbe |
class | SetProbe |
Enumerations | |
enum | InType : string { INTERNAL = "INTERNAL IN" } |
enum | OutType : string { INTERNAL = "INTERNAL IN" } |
enum ILIAS::Component::Dependencies::InType : string |
Enumerator | |
---|---|
INTERNAL |
Definition at line 23 of file InType.php.
enum ILIAS::Component::Dependencies::OutType : string |
Enumerator | |
---|---|
INTERNAL |
Definition at line 23 of file OutType.php.