InterNations\Component\HttpMock\PHPUnit\HttpMockFacadeMap::offsetGet PHP Method

offsetGet() public method

public offsetGet ( $offset )
    public function offsetGet($offset)
    {
        if (!$this->offsetExists($offset)) {
            throw new OutOfBoundsException(sprintf('No named facade "%s" configured', $offset));
        }
        return $this->facadeMap[$offset];
    }