[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 118 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ServiceReferenceGraphNode:: (10 methods):
__construct()
addInEdge()
addOutEdge()
isAlias()
isDefinition()
getId()
getInEdges()
getOutEdges()
getValue()
clear()
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 |
No description |
addOutEdge(ServiceReferenceGraphEdge $edge) X-Ref |
No description |
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: ServiceReferenceGraphEdge[] |
getOutEdges() X-Ref |
Returns the out edges. return: ServiceReferenceGraphEdge[] |
getValue() X-Ref |
Returns the value of this Node. return: mixed The value |
clear() X-Ref |
Clears all edges. |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |