ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (Component $component, Dependency ... $ds) | |
getComponent () | |
getComponentName () | |
getInDependencies () | |
getInDependenciesOf (InType $type) | |
getOutDependenciesOf (OutType $type) | |
resetResolutions () | |
offsetExists ($dependency_description) | |
offsetGet ($dependency_description) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
Protected Attributes | |
Component | $component |
array | $dependencies = [] |
Definition at line 25 of file OfComponent.php.
ILIAS\Component\Dependencies\OfComponent::__construct | ( | Component | $component, |
Dependency ... | $ds | ||
) |
Definition at line 30 of file OfComponent.php.
References ILIAS\Component\Dependencies\OfComponent\$component, and Vendor\Package\$d.
ILIAS\Component\Dependencies\OfComponent::getComponent | ( | ) |
Definition at line 45 of file OfComponent.php.
References ILIAS\Component\Dependencies\OfComponent\$component.
Referenced by ILIAS\Component\Dependencies\OfComponent\getComponentName().
ILIAS\Component\Dependencies\OfComponent::getComponentName | ( | ) |
Definition at line 50 of file OfComponent.php.
References ILIAS\Component\Dependencies\OfComponent\getComponent().
Referenced by ILIAS\Component\Dependencies\Resolver\disambiguate(), and ILIAS\Component\Dependencies\Renderer\renderHeader().
ILIAS\Component\Dependencies\OfComponent::getInDependencies | ( | ) |
ILIAS\Component\Dependencies\OfComponent::getInDependenciesOf | ( | InType | $type | ) |
Definition at line 66 of file OfComponent.php.
References Vendor\Package\$d, and ILIAS\Component\Dependencies\In\getType().
Referenced by ILIAS\Component\Dependencies\Renderer\renderEntryPointsSection(), and ILIAS\Component\Dependencies\Renderer\renderSeek().
ILIAS\Component\Dependencies\OfComponent::getOutDependenciesOf | ( | OutType | $type | ) |
Definition at line 77 of file OfComponent.php.
References Vendor\Package\$d, and ILIAS\Component\Dependencies\Out\getType().
Referenced by ILIAS\Component\Dependencies\Renderer\renderEntryPoints().
ILIAS\Component\Dependencies\OfComponent::offsetExists | ( | $dependency_description | ) |
Definition at line 99 of file OfComponent.php.
ILIAS\Component\Dependencies\OfComponent::offsetGet | ( | $dependency_description | ) |
Definition at line 104 of file OfComponent.php.
ILIAS\Component\Dependencies\OfComponent::offsetSet | ( | $offset, | |
$value | |||
) |
Definition at line 109 of file OfComponent.php.
ILIAS\Component\Dependencies\OfComponent::offsetUnset | ( | $offset | ) |
Definition at line 116 of file OfComponent.php.
ILIAS\Component\Dependencies\OfComponent::resetResolutions | ( | ) |
|
protected |
Definition at line 27 of file OfComponent.php.
Referenced by ILIAS\Component\Dependencies\OfComponent\__construct(), and ILIAS\Component\Dependencies\OfComponent\getComponent().
|
protected |
Definition at line 28 of file OfComponent.php.