| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 122 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ServiceReferenceGraphNode:: (9 methods):
__construct()
addInEdge()
addOutEdge()
isAlias()
isDefinition()
getId()
getInEdges()
getOutEdges()
getValue()
Class: ServiceReferenceGraphNode - X-Ref
Represents a node in your service graph.| __construct($id, $value) X-Ref |
param: string $id The node identifier param: mixed $value The node value |
| addInEdge(ServiceReferenceGraphEdge $edge) X-Ref |
| Adds an in edge to this node. param: ServiceReferenceGraphEdge $edge |
| addOutEdge(ServiceReferenceGraphEdge $edge) X-Ref |
| Adds an out edge to this node. param: ServiceReferenceGraphEdge $edge |
| isAlias() X-Ref |
| Checks if the value of this node is an Alias. return: bool True if the value is an Alias instance |
| isDefinition() X-Ref |
| Checks if the value of this node is a Definition. return: bool True if the value is a Definition instance |
| getId() X-Ref |
| Returns the identifier. return: string |
| getInEdges() X-Ref |
| Returns the in edges. return: array The in ServiceReferenceGraphEdge array |
| getOutEdges() X-Ref |
| Returns the out edges. return: array The out ServiceReferenceGraphEdge array |
| getValue() X-Ref |
| Returns the value of this Node. return: mixed The value |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |