EdgesTrait uses \oihana\traits\ContainerTrait
Table of Contents
Constants
- EDGES : string = 'edges'
- The 'edges' parameter key.
Properties
- $edges : array<string|int, mixed>|null
- The list of all edges definitions to generates the complex edge attributes or resolve and create the Edges dependencies in the DI Container.
Methods
- initializeEdges() : static
- Initialize the 'edges' definitions.
- releaseEdges() : static
- Releases the 'edges' definitions.
Constants
EDGES
The 'edges' parameter key.
public
string
EDGES
= 'edges'
Properties
$edges
The list of all edges definitions to generates the complex edge attributes or resolve and create the Edges dependencies in the DI Container.
public
array<string|int, mixed>|null
$edges
= null
Tags
Methods
initializeEdges()
Initialize the 'edges' definitions.
public
initializeEdges([array<string|int, mixed> $init = [] ]) : static
Parameters
- $init : array<string|int, mixed> = []
Return values
staticreleaseEdges()
Releases the 'edges' definitions.
public
releaseEdges() : static