Prado\Web\TUrlMapping::setEnableCustomUrl PHP Méthode

setEnableCustomUrl() public méthode

If true, constructUrl() will make use of the URL mapping rules to construct valid URLs.
Since: 3.1.1
public setEnableCustomUrl ( $value )
    public function setEnableCustomUrl($value)
    {
        $this->_customUrl = TPropertyValue::ensureBoolean($value);
    }