PHP Classes

File: resources/puml/phing-doc.puml

Recommend this page to a friend!
  Classes of jawira   Phing Build File Visualizer   resources/puml/phing-doc.puml   Download  
File: resources/puml/phing-doc.puml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Phing Build File Visualizer
Render chart to represent a Phing build process
Author: By
Last change:
Date: 4 years ago
Size: 340 bytes
 

Contents

Class file image Download
@startuml title FooBar skinparam ArrowFontColor Black skinparam ArrowThickness 2 skinparam UseCaseBackgroundColor #FFFECC skinparam UseCaseBorderColor #333333 skinparam UseCaseBorderThickness 2 skinparam UseCaseFontColor Black (prepare) (build) (dist) (build)-[#5D9CEC]->(prepare) : depend:1 (dist)-[#5D9CEC]->(build) : depend:1 @enduml