| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 119 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ServiceReferenceGraph:: (7 methods):
__construct()
hasNode()
getNode()
getNodes()
clear()
connect()
createNode()
Class: ServiceReferenceGraph - X-Ref
This is a directed graph of your services.| __construct() X-Ref |
| 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 The node matching the supplied identifier |
| getNodes() X-Ref |
| Returns all nodes. return: ServiceReferenceGraphNode[] An array of all ServiceReferenceGraphNode objects |
| 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: string $sourceValue param: string $destId param: string $destValue param: string $reference |
| createNode($id, $value) X-Ref |
| Creates a graph node. param: string $id param: string $value return: ServiceReferenceGraphNode |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |