Home
last modified time | relevance | path

Searched refs:PlantUmlDiagram (Results 1 – 3 of 3) sorted by relevance

/plugin/plantumlparser/tests/
H A DPlantUmlDiagramTest.php6 require_once 'syntax/PlantUmlDiagram.php';
13 $diagramObject = new PlantUmlDiagram("@startuml\nalice -> bob: yo what up\nbob->alice: not much\n@enduml","https://www.plantuml.com/plantuml/");
23 $diagramObject = new PlantUmlDiagram("@startuml\nalice -> bob: yo what up\nbob->alice: not much\n@enduml","https://www.plantuml.com/plantuml/");
33 $diagramObject = new PlantUmlDiagram("@startuml\nalice -> bob: yo what up\nbob->alice: not much\n@enduml","https://www.plantuml.com/plantuml/");
43 $diagramObject = new PlantUmlDiagram("@startuml\nThomas -> Petra : bitte aus Spaß die Türe öffnen\n@enduml","https://www.plantuml.com/plantuml/");
53 $diagramObject = new PlantUmlDiagram("@startuml\nalice -> bob: yo what up\nbob->alice: not much\n@enduml","https://www.plantuml.com/plantuml/");
/plugin/plantumlparser/syntax/
H A Dinjector.php5 include_once 'PlantUmlDiagram.php';
53 $diagramObject = new PlantUmlDiagram($markup,$plantUmlUrl);
H A DPlantUmlDiagram.php5 if (!class_exists('PlantUmlDiagram')) {
6 class PlantUmlDiagram {
3 class PlantUmlDiagram { global() class