Prado\Web\TUrlMapping::setDefaultMappingClass PHP Method

setDefaultMappingClass() public method

When a URL matching pattern does not specify "class" attribute, it will default to the class specified by this property. You may use either a class name or a namespace format of class (if the class needs to be included first.)
Since: 3.1.1
public setDefaultMappingClass ( $value )
    public function setDefaultMappingClass($value)
    {
        $this->_defaultMappingClass = $value;
    }