Ejemplo n.º 1
0
 /**
  * @return mixed
  */
 public function peek()
 {
     return $this->top->getData();
 }
Ejemplo n.º 2
0
 /**
  * @return mixed
  */
 public function current()
 {
     return $this->current->getData();
 }