Eloquent\Phony\Spy\ArraySpy::iterable PHP Метод

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

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