PHP 클래스 Prado\Data\DataGateway\TDataGatewayResultEventParameter

부터: 3.1
상속: extends Prado\TEventParameter
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
__construct ( $command, $result )
getCommand ( ) : TDbCommand
getResult ( ) : mixed
setResult ( $value )

메소드 상세

__construct() 공개 메소드

public __construct ( $command, $result )

getCommand() 공개 메소드

public getCommand ( ) : TDbCommand
리턴 TDbCommand database command executed.

getResult() 공개 메소드

public getResult ( ) : mixed
리턴 mixed result returned from executing the command.

setResult() 공개 메소드

public setResult ( $value )