GraphML Generator
Package:
Summary:
Generate UML diagrams from PHP code using GraphML
Groups:
Author:
Description:
This class can be used to generate UML diagrams from PHP code using GraphML.
It traverses a given directory to locate and parse PHP files. It scans the files for classes and their variables functions.
The class can generate UML diagrams in the GraphML format from the classes that were found.
It traverses a given directory to locate and parse PHP files. It scans the files for classes and their variables functions.
The class can generate UML diagrams in the GraphML format from the classes that were found.
Comments are closed.