PHP Class TreemapStack, simpletest

Afficher le fichier Open project: simpletest/simpletest Class Usage Examples

Méthodes publiques

Свойство Type Description
$_list

Méthodes publiques

Méthode Description
__construct ( )
peek ( ) Take a peek at the top element on the stack.
pop ( ) Pops an element off the stack.
push ( $node ) Push an element onto the stack.
size ( ) Number of elements in the stack.

Method Details

__construct() public méthode

public __construct ( )

peek() public méthode

Take a peek at the top element on the stack.
public peek ( )

pop() public méthode

Pops an element off the stack.
public pop ( )

push() public méthode

Push an element onto the stack.
public push ( $node )

size() public méthode

Number of elements in the stack.
public size ( )

Property Details

$_list public_oe property

public $_list