ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
A dependency where the component gives something to the world. More...
Public Member Functions | |
__construct (protected OutType $type, string $name, public readonly mixed $aux, array $dependencies) | |
__toString () | |
getType () | |
getName () | |
setComponent (OfComponent $component) | |
getComponent () | |
addDependency (In $in) | |
getDependencies () | |
addResolves (In $in) | |
resetResolutions () | |
Protected Attributes | |
Name string | $name |
array | $dependencies = [] |
OfComponent | $component = null |
array | $resolves = [] |
A dependency where the component gives something to the world.
ILIAS\Component\Dependencies\Out::__construct | ( | protected OutType | $type, |
string | $name, | ||
public readonly mixed | $aux, | ||
array | $dependencies | ||
) |
Definition at line 33 of file Out.php.
References Vendor\Package\$d, ILIAS\Component\Dependencies\Out\$name, and ILIAS\Component\Dependencies\INTERNAL.
ILIAS\Component\Dependencies\Out::__toString | ( | ) |
Implements ILIAS\Component\Dependencies\Dependency.
Definition at line 49 of file Out.php.
References ILIAS\Component\Dependencies\Out\$name.
ILIAS\Component\Dependencies\Out::addDependency | ( | In | $in | ) |
Definition at line 85 of file Out.php.
Referenced by ILIAS\Component\Dependencies\In\addDependant().
ILIAS\Component\Dependencies\Out::addResolves | ( | In | $in | ) |
Definition at line 95 of file Out.php.
Referenced by ILIAS\Component\Dependencies\In\addResolution().
ILIAS\Component\Dependencies\Out::getComponent | ( | ) |
ILIAS\Component\Dependencies\Out::getDependencies | ( | ) |
ILIAS\Component\Dependencies\Out::getName | ( | ) |
Implements ILIAS\Component\Dependencies\Dependency.
Definition at line 59 of file Out.php.
References ILIAS\Component\Dependencies\Out\$name.
ILIAS\Component\Dependencies\Out::getType | ( | ) |
Definition at line 54 of file Out.php.
Referenced by ILIAS\Component\Dependencies\OfComponent\getOutDependenciesOf().
ILIAS\Component\Dependencies\Out::resetResolutions | ( | ) |
ILIAS\Component\Dependencies\Out::setComponent | ( | OfComponent | $component | ) |
|
protected |
Definition at line 30 of file Out.php.
Referenced by ILIAS\Component\Dependencies\Out\getComponent(), and ILIAS\Component\Dependencies\Out\setComponent().
|
protected |
Definition at line 29 of file Out.php.
Referenced by ILIAS\Component\Dependencies\Out\getDependencies().
|
protected |
Definition at line 28 of file Out.php.
Referenced by ILIAS\Component\Dependencies\Out\__construct(), ILIAS\Component\Dependencies\Out\__toString(), and ILIAS\Component\Dependencies\Out\getName().
|
protected |