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
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
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 )