Element index for package Scripts
Package indexes
[ a ]
[ c ]
[ e ]
[ g ]
[ l ]
[ n ]
[ r ]
[ s ]
[ _ ]
Letter '_'
- __construct
- in file gen_autoload_files.php, method arbitTopoLogicalSorting::__construct()
Constrct CycleDetection graph
Letter 'a'
- addConnection
- in file gen_autoload_files.php, method arbitTopoLogicalSorting::addConnection()
Add directed connection to the graph
Add a connection from node $src to node $dst to the graph.
- addNode
- in file gen_autoload_files.php, method arbitTopoLogicalSorting::addNode()
Add node to the graph
- arbitTopoLogicalSorting
- in file gen_autoload_files.php, class arbitTopoLogicalSorting
CycleDetection
Letter 'c'
- convertSymfonyDateTimeData.php
- procedural page convertSymfonyDateTimeData.php
Letter 'e'
- $edges
- in file gen_autoload_files.php, variable arbitTopoLogicalSorting::$edges
Array with edges in the graph, which has the structure:
Letter 'g'
- getClassDependenciesFromFile
- in file gen_autoload_files.php, function getClassDependenciesFromFile()
Get dependencies for class
- getSortedNodeList
- in file gen_autoload_files.php, method arbitTopoLogicalSorting::getSortedNodeList()
Remove cycles from the graph
This method uses an algorithm similar to the toplogical sort algorithm to remove all cycles from the graph. are not in cycles, but leave nodes, which are linked from cycles will stay in the graph.
- gen_autoload_files.php
- procedural page gen_autoload_files.php
Letter 'l'
- $leaves
- in file gen_autoload_files.php, variable arbitTopoLogicalSorting::$leaves
Array with leaves in the graph
Letter 'n'
- $nodes
- in file gen_autoload_files.php, variable arbitTopoLogicalSorting::$nodes
Array with all graph nodes
Letter 'r'
- renderGraph
- in file gen_autoload_files.php, method arbitTopoLogicalSorting::renderGraph()
Render a graph
Renders the graph using dot (http://graphviz. file.
Letter 's'
- synchronizeArrays
- in file convertSymfonyDateTimeData.php, function synchronizeArrays()
Synchronize arrays
Ensure the given $array contains a structural superset of the $reference array. keys in $reference and creates the keys, if they are not yet afailable in $array.
|