Package DE_EPAGES::Diagnostics::API::DrawDependencies
Styles and Draws the dependency Graph
Functions
makeGraph
Returns the final styled svg image code.
Syntax |
$Graph = $DrawDependencies->makeGraph(); |
Return |
|
new
Constructor of the DrawDependencies class.
Syntax |
$DrawDependencies = DrawDependencies->new( $Path, $WildCards, $HistoryString, $History, $ShowAll, $ShowUnnecessaryDeps ); |
Example |
$DrawDependencies = DrawDependencies->new( 'Cartridges/DE_EPAGES/', ['SEO'], 'SEO', [ 'SEO' ], 0, 0 ); |
Input |
|
Return |
|