Prado\Data\SqlMap\Configuration\TSqlMapStatement::setResultClass PHP Метод

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

If a {@link ResultMap setResultMap()} is not specified, you may specify a ResultClass instead. The value of the ResultClass property can be the name of a PHP class or primitives like integer, string, or array. The class specified will be automatically mapped to the columns in the result, based on the result metadata.
public setResultClass ( $value )
    public function setResultClass($value)
    {
        $this->_resultClassName = $value;
    }