PHP Класс Prado\Data\SqlMap\Configuration\TSubMap

The {@link Value setValue()} property is used for comparison with the discriminator column value. When the {@link Value setValue()} matches that of the discriminator column value, the corresponding {@link ResultMapping setResultMapping} is used inplace of the current result map.
С версии: 3.1
Наследование: extends Prado\TComponent
Показать файл Открыть проект

Открытые методы

Метод Описание
getResultMapping ( ) : string The result map to use when the Value matches the discriminator column value.
getValue ( ) : string
setResultMapping ( $value )
setValue ( $value )

Описание методов

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

The result map to use when the Value matches the discriminator column value.
public getResultMapping ( ) : string
Результат string ID of a result map

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

public getValue ( ) : string
Результат string value for comparison with discriminator column value.

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

public setResultMapping ( $value )

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

public setValue ( $value )