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

offsetExists() public method

public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return isset($this->facadeMap[$offset]);
    }