Eloquent\Phony\Spy\TraversableSpy::current PHP Метод

current() публичный Метод

Get the current value.
public current ( ) : mixed
Результат mixed The current value.
    public function current()
    {
        return $this->value;
    }