Dependency
class Dependency extends Relation
Dependency
Eine Beziehung zwischen zwei Objekten hinzufügen
$agregation = new \Alvine\Documentation\PlantUML\Diagram\Classes\Relation\Dependency($class, $interface);
$diagram->add($agregation);
Beispiel für ein Diagramm

Constants
| LINE |
Statisch |
| DOTTED |
Abstrakt |
| TOP |
Dependency
|
| BOTTOM |
Dependency
|
| LEFT |
Dependency
|
| RIGHT |
Dependency
|
Properties
| protected string | $relation | from Relation | |
| protected Structure | $a | from Relation | |
| protected Structure | $b | from Relation |