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

offsetGet() public method

Get a value.
public offsetGet ( mixed $key ) : mixed
$key mixed The key.
return mixed The value.
    public function offsetGet($key)
    {
        return $this->array[$key];
    }