ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
A dependency where the component needs something from the world. More...
Public Member Functions | |
__construct (protected InType $type, string $name, protected array $resolved_by=[]) | |
getName () | |
__toString () | |
getType () | |
addDependant (Out $out) | |
addResolution (Out $other) | |
getResolvedBy () | |
resetResolutions () | |
Protected Attributes | |
Name string | $name |
array | $dependant = [] |
A dependency where the component needs something from the world.
ILIAS\Component\Dependencies\In::__construct | ( | protected InType | $type, |
string | $name, | ||
protected array | $resolved_by = [] |
||
) |
Definition at line 31 of file In.php.
References ILIAS\Component\Dependencies\In\$name, and ILIAS\Component\Dependencies\INTERNAL.
ILIAS\Component\Dependencies\In::__toString | ( | ) |
Implements ILIAS\Component\Dependencies\Dependency.
Definition at line 47 of file In.php.
References ILIAS\Component\Dependencies\In\$name.
ILIAS\Component\Dependencies\In::addDependant | ( | Out | $out | ) |
Definition at line 57 of file In.php.
References ILIAS\Component\Dependencies\Out\addDependency().
ILIAS\Component\Dependencies\In::addResolution | ( | Out | $other | ) |
Definition at line 63 of file In.php.
References ILIAS\Component\Dependencies\Out\addResolves().
Referenced by ILIAS\Component\Dependencies\Resolver\resolvePull(), ILIAS\Component\Dependencies\Resolver\resolveSeek(), and ILIAS\Component\Dependencies\Resolver\resolveUse().
ILIAS\Component\Dependencies\In::getName | ( | ) |
Implements ILIAS\Component\Dependencies\Dependency.
Definition at line 42 of file In.php.
References ILIAS\Component\Dependencies\In\$name.
Referenced by ILIAS\Component\Dependencies\Resolver\disambiguate(), ILIAS\Component\Dependencies\Resolver\resolvePull(), ILIAS\Component\Dependencies\Resolver\resolveSeek(), and ILIAS\Component\Dependencies\Resolver\resolveUse().
ILIAS\Component\Dependencies\In::getResolvedBy | ( | ) |
Definition at line 74 of file In.php.
Referenced by ILIAS\Component\Dependencies\Resolver\findCyclesWith().
ILIAS\Component\Dependencies\In::getType | ( | ) |
Definition at line 52 of file In.php.
Referenced by ILIAS\Component\Dependencies\OfComponent\getInDependenciesOf().
ILIAS\Component\Dependencies\In::resetResolutions | ( | ) |
|
protected |
|
protected |
Definition at line 28 of file In.php.
Referenced by ILIAS\Component\Dependencies\In\__construct(), ILIAS\Component\Dependencies\In\__toString(), and ILIAS\Component\Dependencies\In\getName().