[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 68 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ServiceReferenceGraphEdge:: (4 methods):
__construct()
getValue()
getSourceNode()
getDestNode()
Class: ServiceReferenceGraphEdge - X-Ref
Represents an edge in your service graph.__construct(ServiceReferenceGraphNode $sourceNode, ServiceReferenceGraphNode $destNode, $value = null) X-Ref |
param: ServiceReferenceGraphNode $sourceNode param: ServiceReferenceGraphNode $destNode param: string $value |
getValue() X-Ref |
Returns the value of the edge. return: ServiceReferenceGraphNode |
getSourceNode() X-Ref |
Returns the source node. return: ServiceReferenceGraphNode |
getDestNode() X-Ref |
Returns the destination node. return: ServiceReferenceGraphNode |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |