Class TDataGatewayResultEventParameter

Description

TDataGatewayResultEventParameter contains the TDbCommand executed and the resulting data returned from the database. The data can be changed by changing the setResult property.

Located in /Data/DataGateway/TDataGatewayCommand.php (line 505)

TComponent
   |
   --TEventParameter
      |
      --TDataGatewayResultEventParameter
Method Summary
TDataGatewayResultEventParameter __construct ( $command,  $result)
mixed getResult ()
void setResult (mixed $value)
Methods
Constructor __construct (line 510)
  • access: public
TDataGatewayResultEventParameter __construct ( $command,  $result)
  • $command
  • $result
getCommand (line 519)
  • return: database command executed.
  • access: public
TDbCommand getCommand ()
getResult (line 527)
  • return: result returned from executing the command.
  • access: public
mixed getResult ()
setResult (line 535)
  • access: public
void setResult (mixed $value)
  • mixed $value: change the result returned by the gateway.

Inherited Methods

Inherited From TComponent

TComponent::addParsedObject()
TComponent::attachEventHandler()
TComponent::canGetProperty()
TComponent::canSetProperty()
TComponent::createdOnTemplate()
TComponent::detachEventHandler()
TComponent::evaluateExpression()
TComponent::evaluateStatements()
TComponent::getEventHandlers()
TComponent::getSubProperty()
TComponent::hasEvent()
TComponent::hasEventHandler()
TComponent::hasProperty()
TComponent::raiseEvent()
TComponent::setSubProperty()
TComponent::__call()
TComponent::__get()
TComponent::__set()
TComponent::__sleep()
TComponent::__wakeup()

Documentation generated on Mon, 25 Jun 2012 14:37:44 +0200 by phpDocumentor 1.4.3