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

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

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.)
С версии: 3.1.1
public setDefaultMappingClass ( $value )
    public function setDefaultMappingClass($value)
    {
        $this->_defaultMappingClass = $value;
    }