| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\Component\Dependencies\OfComponent:
 Collaboration diagram for ILIAS\Component\Dependencies\OfComponent: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().
 Here is the caller graph for this function:| 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().
 Here is the call graph for this function:
 Here is the caller graph for this function:| 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().
 Here is the call graph for this function:
 Here is the caller graph for this function:| 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().
 Here is the call graph for this function:
 Here is the caller graph for this function:| 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.