Prado\Data\SqlMap\Configuration\TDiscriminator::getColumn PHP Метод

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

public getColumn ( ) : string
Результат 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;
    }