Example #1
0
 /**
  * @inheritdoc
  */
 public function push()
 {
     $frame = $this->factory->createFrame($this->end());
     array_push($this->stack, $frame);
     $this->size++;
     return $frame;
 }