Prado\Web\TUrlMapping::getEnableCustomUrl PHP Метод

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

If true, constructUrl() will make use of the URL mapping rules to construct valid URLs.
С версии: 3.1.1
public getEnableCustomUrl ( ) : boolean
Результат boolean whether to enable custom constructUrl. Defaults to false.
    public function getEnableCustomUrl()
    {
        return $this->_customUrl;
    }