[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/dependency-injection/Compiler/ -> ServiceReferenceGraphNode.php (summary)

(no description)

File Size: 110 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ServiceReferenceGraphNode:: (9 methods):
  __construct()
  addInEdge()
  addOutEdge()
  isAlias()
  isDefinition()
  getId()
  getInEdges()
  getOutEdges()
  getValue()


Class: ServiceReferenceGraphNode  - X-Ref

Represents a node in your service graph.

Value is typically a definition, or an alias.

__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: 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: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1