Prado\Data\SqlMap\Configuration\TDiscriminator::getColumn PHP Method

getColumn() public method

public getColumn ( ) : string
return string the name of the column in the result set from which the value will be used to populate the property.
    public function getColumn()
    {
        return $this->_column;
    }