Prado\Web\Services\TSoapService::constructUrl PHP Метод

constructUrl() публичный Метод

Constructs a URL with specified page path and GET parameters.
public constructUrl ( $serverID, $getParams = null, $encodeAmpersand = true, $encodeGetItems = true ) : string
Результат string URL for the page and GET parameters
    public function constructUrl($serverID, $getParams = null, $encodeAmpersand = true, $encodeGetItems = true)
    {
        return $this->getRequest()->constructUrl($this->getID(), $serverID, $getParams, $encodeAmpersand, $encodeGetItems);
    }