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

getValue() public method

public getValue ( ) : string
return string value for comparison with discriminator column value.
    public function getValue()
    {
        return $this->_value;
    }