PHP Класс TreemapStack, simpletest

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$_list

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

public __construct ( )

peek() публичный Метод

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

pop() публичный Метод

Pops an element off the stack.
public pop ( )

push() публичный Метод

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

size() публичный Метод

Number of elements in the stack.
public size ( )

Описание свойств

$_list публичное свойство

public $_list