Prado\Data\SqlMap\Configuration\TSubMap::getResultMapping PHP Method

getResultMapping() public method

The result map to use when the Value matches the discriminator column value.
public getResultMapping ( ) : string
return string ID of a result map
    public function getResultMapping()
    {
        return $this->_resultMapping;
    }