Medusa\Stack\PersistentStack::push PHP 메소드

push() 공개 메소드

public push ( $value )
    public function push($value)
    {
        return new self($value, $this, $this->count + 1);
    }