ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
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 |
enum ILIAS::Component::Dependencies::OutType : string |