Documentation

Class Phalcon\Intrusive\Avltree\Node

Source on GitHub

This class defines avltree node entity

Methods

final public __construct (mixed $value)

Phalcon\Intrusive\Avltree\Node constructor

public setValue (mixed $value)

Sets the value

public mixed getValue ()

Gets the value

public Phalcon\Intrusive\Avltree\Node prev ()

Gets prev node

public Phalcon\Intrusive\Avltree\Node next ()

Gets next node