Eloquent\Phony\Spy\ArraySpy::current PHP 메소드

current() 공개 메소드

Get the current value.
public current ( ) : mixed
리턴 mixed The current value.
    public function current()
    {
        return current($this->array);
    }