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

iterable() public method

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