[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 127 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Class: ServiceReferenceGraph - X-Ref
This is a directed graph of your services.hasNode($id) X-Ref |
Checks if the graph has a specific node. param: string $id Id to check return: bool |
getNode($id) X-Ref |
Gets a node by identifier. param: string $id The id to retrieve return: ServiceReferenceGraphNode |
getNodes() X-Ref |
Returns all nodes. return: ServiceReferenceGraphNode[] |
clear() X-Ref |
Clears all nodes. |
connect($sourceId, $sourceValue, $destId, $destValue = null, $reference = null) X-Ref |
Connects 2 nodes together in the Graph. param: string $sourceId param: mixed $sourceValue param: string $destId param: mixed $destValue param: string $reference |
createNode($id, $value) X-Ref |
Creates a graph node. param: string $id param: mixed $value return: ServiceReferenceGraphNode |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |