InterNations\Component\HttpMock\Server::getBaseUrl PHP 메소드

getBaseUrl() 공개 메소드

public getBaseUrl ( )
    public function getBaseUrl()
    {
        return sprintf('http://%s', $this->getConnectionString());
    }