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);
    }