Class TDataGatewayEventParameter

Description

TDataGatewayEventParameter class contains the TDbCommand to be executed as well as the criteria object.

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

TComponent
   |
   --TEventParameter
      |
      --TDataGatewayEventParameter
Method Summary
TDataGatewayEventParameter __construct ( $command,  $criteria)
Methods
Constructor __construct (line 470)
  • access: public
TDataGatewayEventParameter __construct ( $command,  $criteria)
  • $command
  • $criteria
getCommand (line 481)

The database command to be executed. Do not rebind the parameters or change the sql query string.

  • return: command to be executed.
  • access: public
TDbCommand getCommand ()
getCriteria (line 489)
  • return: criteria used to bind the sql query parameters.
  • access: public
TSqlCriteria getCriteria ()

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