$nodes
$nodes : array
Holds nodes in ID => NodeInterface format
The fundamental traits of graphs and subgraphs
init()
{@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 1275add(\Pho\Lib\Graph\NodeInterface $node, \Pho\Lib\Graph\bool $skip_signals = false, $active_exceptions = false)
{@inheritdoc}
should be able to change context of $node if $node's context is
\Pho\Lib\Graph\NodeInterface | $node | |
\Pho\Lib\Graph\bool | $skip_signals | |
$active_exceptions |
canEmitNodeAddSignals()
{@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 1275loadNodesFromArray(array $nodes)
{@inheritdoc}
array | $nodes |
loadNodesFromIDArray(array $node_ids)
{@inheritdoc}
array | $node_ids |
get(\Pho\Lib\Graph\ID $node_id)
{@inheritdoc}
\Pho\Lib\Graph\ID | $node_id |
contains(\Pho\Lib\Graph\ID $node_id)
{@inheritdoc}
\Pho\Lib\Graph\ID | $node_id |
remove(\Pho\Lib\Graph\ID $node_id)
{@inheritdoc}
\Pho\Lib\Graph\ID | $node_id |
members()
{@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 1275count()
{@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 1275graphToArray() : 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.