$creator
$creator : \Pho\Framework\Actor
Who created this node. Must point to an Actor.
Points to self by Actor particles.
The Actor Particle
Actors have three outgoing edges:
$creator : \Pho\Framework\Actor
Who created this node. Must point to an Actor.
Points to self by Actor particles.
$edge_list : \Pho\Lib\Graph\EdgeList
Internal variable that keeps track of edges in and out.
$context : \Pho\Lib\Graph\GraphInterface
The graph context of this node
$current_context : \Pho\Framework\ContextInterface
Current context that this actor is in.
$notifications : \Pho\Framework\NotificationList
Notifications
registerIncomingEdges( $classes) : void
Registers the incoming edges.
The default ones for all nodes are:
$classes |
registerOutgoingEdges( $classes) : void
Registers the outgoing edges.
$classes |
getRegisteredIncomingEdges()
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275
getRegisteredOutgoingEdges()
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275
registerHandler(string $key, string $class) : void
Registers a new handler adapter.
Default handlers may be overriden.
string | $key | Adapter key; e.g. "get", "set", "form" etc. |
string | $class | Handler class to register. A handler class shall implement HandlerInterface |
toArray() : array
Converts the object to array
Used for serialization/unserialization. Converts internal object properties into a simple format to help with reconstruction.
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275The object in array format.
existentials()
{@inheritdoc}
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275creator() : \Pho\Framework\Actor
Retrieves the creator of this node.
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275notifySubscribers(\Pho\Framework\AbstractNotification $notification) : void
Sends notification to subscriber particles
\Pho\Framework\AbstractNotification | $notification |
exportCargo() : array
Returns all incoming edge, outgoing edge and field keywords.
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275An array of incoming edge / outgoing edge / field cargo
__construct(\Pho\Framework\ContextInterface $context)
{@inheritdoc}
\Pho\Framework\ContextInterface | $context |
context() : \Pho\Lib\Graph\ArrayObject
Returns the context that this node is a member of.
Contexts are GraphInterface objects that contain nodes.
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275An ArrayObject of contexts in no particular order.
changeContext(\Pho\Lib\Graph\GraphInterface $context) : void
Changes the fundamental context of a node.
Rarely, a node may need its fundamental context to change after its construction. This method enables setting a new context for the node.
\Pho\Lib\Graph\GraphInterface | $context |
edges() : \Pho\Lib\Graph\EdgeList
Gives access to this node's EdgeList property.
EdgeList contains all the edges in and out from this node. It is also used to add new edges.
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275edge(\Pho\Lib\Graph\string $id) : \Pho\Lib\Graph\EdgeInterface
Retrieve Edge objects given its ID.
Used in serialization. This function must be implemented for a higher level package with persistence. Otherwise it has no use and no function within pho-lib-graph.
\Pho\Lib\Graph\string | $id | The Edge ID in string format |
hook(\Pho\Lib\Graph\string $method, \Closure $call)
{@inheritDoc}
\Pho\Lib\Graph\string | $method | |
\Closure | $call |
unhook(\Pho\Lib\Graph\string $method)
{@inheritDoc}
\Pho\Lib\Graph\string | $method |
hooks()
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275
on(\Pho\Lib\Graph\Event\string $eventName, $callBack, \Pho\Lib\Graph\Event\int $priority = 100) : void
Subscribe to an event.
\Pho\Lib\Graph\Event\string | $eventName | |
$callBack | ||
\Pho\Lib\Graph\Event\int | $priority |
emit(\Pho\Lib\Graph\Event\string $eventName, array $arguments = array())
Emits an event.
This method will return true if 0 or more listeners were succesfully handled. false is returned if one of the events broke the event chain.
Pho: Please note, continueCallback does not exist with Pho
If the continueCallBack is specified, this callback will be called every time before the next event handler is called.
If the continueCallback returns false, event propagation stops. This allows you to use the eventEmitter as a means for listeners to implement functionality in your application, and break the event loop as soon as some condition is fulfilled.
Note that returning false from an event subscriber breaks propagation and returns false, but if the continue-callback stops propagation, this is still considered a 'successful' operation and returns true.
Lastly, if there are 5 event handlers for an event. The continueCallback will be called at most 4 times.
\Pho\Lib\Graph\Event\string | $eventName | |
array | $arguments |
listeners(\Pho\Lib\Graph\Event\string $eventName, \Pho\Lib\Graph\Event\bool $flat = false) : array<mixed,callable>
Returns the list of listeners for an event.
The list is returned as an array, and the list of events are sorted by their priority.
\Pho\Lib\Graph\Event\string | $eventName | |
\Pho\Lib\Graph\Event\bool | $flat |
removeAllListeners(\Pho\Lib\Graph\Event\string $eventName = null) : void
Removes all listeners.
If the eventName argument is specified, all listeners for that event are removed. If it is not specified, every listener for every event is removed.
\Pho\Lib\Graph\Event\string | $eventName |
enter(\Pho\Framework\ContextInterface $context) : void
Puts the Actor into a context
This is importnat because All particles formed by the Actor will be associated with their current context.
\Pho\Framework\ContextInterface | $context |
cwd(\Pho\Framework\ContextInterface $context) : void
Alias to enter()
This is a UNIX alias to the enter()
method.
\Pho\Framework\ContextInterface | $context |
where() : \Pho\Framework\ContextInterface
Returns which context the Actor is currently operating
This is importnat because All particles formed by the Actor will be associated with their current context.
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275Current context where the Actor is operating.
pwd() : \Pho\Framework\ContextInterface
Alias to where()
This is a UNIX alias to the where()
method.
Current context where the Actor is operating.
notifications() : \Pho\Framework\NotificationList
Gives access to the actor's notifications list
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275notify(\Pho\Framework\AbstractNotification $notification) : void
Notifies the Actor about a Notification
\Pho\Framework\AbstractNotification | $notification |
reads(\ParticleInterface $particle) : \Pho\Framework\AbstractEdge
\ParticleInterface | $particle |
initializeParticle() : void
Initializes the particle.
Its functions include:
initializeHandler() : void
A helper method to set up edges and fields.
Its inner functions can be summarized as:
1) Uses the Loaders to
autoRegisterOutgoingEdges() : void
Auto-registers outgoing edge classes
Auto-registration is done by directory structure. Directories that sit in this folder, and are named after this class with "Out" suffix (such as "MyNodeOut" for a node class named "MyNode") would be candidate for auto-registration.
Please note, this does not check if it's actually an Edge class. The check is done by the OutgoingEdgeLoader class.
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275addEdges(string $direction, $classes) : self
A helper method to register edges
string | $direction | Either incoming or outgoing |
$classes |
hookable()
Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275 Warning: count(): Parameter must be an array or an object that implements Countable in phar:///Users/emresokullu/Code/website/phpdoc/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275