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

setEnableCustomUrl() 공개 메소드

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