|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
A dependency where the component gives something to the world. More...
Inheritance diagram for ILIAS\Component\Dependencies\Out:
Collaboration diagram for ILIAS\Component\Dependencies\Out: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 () | |
| __toString () | |
| getName () | |
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\$dependencies, 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 | ) |
| ILIAS\Component\Dependencies\Out::addResolves | ( | In | $in | ) |
Definition at line 95 of file Out.php.
Referenced by ILIAS\Component\Dependencies\In\addResolution().
Here is the caller graph for this function:| ILIAS\Component\Dependencies\Out::getComponent | ( | ) |
Definition at line 74 of file Out.php.
References ILIAS\Component\Dependencies\Out\$component.
| ILIAS\Component\Dependencies\Out::getDependencies | ( | ) |
Definition at line 90 of file Out.php.
References ILIAS\Component\Dependencies\Out\$dependencies.
| 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().
Here is the caller graph for this function:| ILIAS\Component\Dependencies\Out::resetResolutions | ( | ) |
| ILIAS\Component\Dependencies\Out::setComponent | ( | OfComponent | $component | ) |
Definition at line 64 of file Out.php.
References ILIAS\Component\Dependencies\Out\$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\__construct(), and 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 |