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

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

The columnIndex attribute value is the index of the column in the ResultSet from which the value will be used to populate the object property.
public setColumnIndex ( $value )
    public function setColumnIndex($value)
    {
        $this->_columnIndex = TPropertyValue::ensureInteger($value);
    }