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;
    }