InterNations\Component\HttpMock\RequestCollectionFacade::at PHP Method

at() public method

public at ( integer $position ) : InterNations\Component\HttpMock\Request\UnifiedRequest
$position integer
return InterNations\Component\HttpMock\Request\UnifiedRequest
    public function at($position)
    {
        return $this->getRecordedRequest('/_request/' . $position);
    }