Prado\Web\TUrlMapping::getEnableCustomUrl PHP Method

getEnableCustomUrl() public method

If true, constructUrl() will make use of the URL mapping rules to construct valid URLs.
Since: 3.1.1
public getEnableCustomUrl ( ) : boolean
return boolean whether to enable custom constructUrl. Defaults to false.
    public function getEnableCustomUrl()
    {
        return $this->_customUrl;
    }