| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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 () | |
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().
 Here is the caller graph for this function:| 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 | ( | ) | 
| 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().
 Here is the caller graph for this function:| 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 |