PHP Classes

File: docs/images/plantuml-client.puml

Recommend this page to a friend!
  Classes of jawira   PlantUML client   docs/images/plantuml-client.puml   Download  
File: docs/images/plantuml-client.puml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PlantUML client
Convert a UML diagram to an image using PlantUML
Author: By
Last change:
Date: 1 year ago
Size: 589 bytes
 

Contents

Class file image Download
@startuml skinparam Shadowing false skinparam DefaultTextAlignment center skinparam RectangleFontColor #fff skinparam RectangleFontSize 15 skinparam RectangleBorderThickness 0 skinparam ArrowColor Green skinparam ArrowFontColor Green skinparam ArrowThickness 3 skinparam ArrowFontSize 18 footer https://github.com/jawira/plantuml-client !include common.puml !include php.puml !include server.puml FA5_PHP(php,PlantUML client,rectangle,#fff) #336 FA5_SERVER(server,PlantUML server,rectangle,#fff) #941037 php -> server: <&document> PlantUML diagram server -> php: <&image> Image @enduml