PHP Class Prado\Data\DataGateway\TDataGatewayResultEventParameter

Since: 3.1
Inheritance: extends Prado\TEventParameter
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
__construct ( $command, $result )
getCommand ( ) : TDbCommand
getResult ( ) : mixed
setResult ( $value )

Method Details

__construct() public méthode

public __construct ( $command, $result )

getCommand() public méthode

public getCommand ( ) : TDbCommand
Résultat TDbCommand database command executed.

getResult() public méthode

public getResult ( ) : mixed
Résultat mixed result returned from executing the command.

setResult() public méthode

public setResult ( $value )