Eloquent\Phony\Spy\ArraySpy::iterable PHP Method

iterable() public method

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