Prado\Web\TUrlMapping::getUrlPrefix PHP 메소드

getUrlPrefix() 공개 메소드

부터: 3.1.1
public getUrlPrefix ( ) : string
리턴 string the part that will be prefixed to the constructed URLs. Defaults to the requested script path (e.g. /path/to/index.php for a URL http://hostname/path/to/index.php)
    public function getUrlPrefix()
    {
        return $this->_urlPrefix;
    }