PHP Class Prado\Data\DataGateway\TDataGatewayResultEventParameter

Since: 3.1
Inheritance: extends Prado\TEventParameter
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
__construct ( $command, $result )
getCommand ( ) : TDbCommand
getResult ( ) : mixed
setResult ( $value )

Method Details

__construct() public method

public __construct ( $command, $result )

getCommand() public method

public getCommand ( ) : TDbCommand
return TDbCommand database command executed.

getResult() public method

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

setResult() public method

public setResult ( $value )