PHP Interface Medusa\Stack\Stack

Inheritance: extends Traversable, extends Countable
Show file Open project: keyvanakbary/medusa

Public Methods

Method Description
isEmpty ( )
peek ( )
pop ( )
push ( $value )

Method Details

isEmpty() public method

public isEmpty ( )

peek() public method

public peek ( )

pop() public method

public pop ( )

push() public method

public push ( $value )