Beispiel #1
0
 /**
  * @return mixed
  */
 public function peek()
 {
     return $this->top->getData();
 }
Beispiel #2
0
 /**
  * @return mixed
  */
 public function current()
 {
     return $this->current->getData();
 }