Sulu\Component\Util\SuluNodeHelper::getNextNode PHP Méthode

getNextNode() public méthode

Return the next node of the given node.
See also: getSiblingNode
public getNextNode ( PHPCR\NodeInterface $node )
$node PHPCR\NodeInterface
    public function getNextNode(NodeInterface $node)
    {
        return $this->getSiblingNode($node);
    }