PHP 클래스 TreemapStack, simpletest

파일 보기 프로젝트 열기: simpletest/simpletest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$_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