Prado\Data\SqlMap\Configuration\TSubMap::getResultMapping PHP 메소드

getResultMapping() 공개 메소드

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