Eloquent\Phony\Spy\ArraySpy::iterable PHP Méthode

iterable() public méthode

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