$formative_labels
$formative_labels : array
Formative Labels of Outgoing Edges
A simple array of edge names
Holds variables in regards to outgoing edges of a particle
This helper class' variables are set at construction of a particle, then accessed by handlers.
The variables are public, but the class shall be kept in a protected variable within the shell class, hence, not exposed to end-users.
$callable_edge_singularLabel_class_pairs : array
Callable edges (in singular) / classes
Some edges may be callable directly by the particle. This is an array of the labels of such edges, in singular format as key, and the class names as value.
Keys are camelized.
__construct(array $edges = array())
Constructor
array | $edges |