Class TBroadcastEventParameter

Description

TBroadcastEventParameter class

TBroadcastEventParameter encapsulates the parameter data for events that are broadcasted. The name of of the event is specified via Name property while the event parameter is via Parameter property.

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TControl.php 3078 2011-12-03 15:25:12Z ctrlaltca@gmail.com $
  • since: 3.0

Located in /Web/UI/TControl.php (line 2201)

TComponent
   |
   --TEventParameter
      |
      --TBroadcastEventParameter
Method Summary
TBroadcastEventParameter __construct ([string $name = ''], [mixed $parameter = null])
string getName ()
mixed getParameter ()
void setName (string $value)
void setParameter (mixed $value)
Methods
Constructor __construct (line 2211)

Constructor.

  • access: public
TBroadcastEventParameter __construct ([string $name = ''], [mixed $parameter = null])
  • string $name: name of the broadcast event
  • mixed $parameter: parameter of the broadcast event
getName (line 2220)
  • return: name of the broadcast event
  • access: public
string getName ()
getParameter (line 2236)
  • return: parameter of the broadcast event
  • access: public
mixed getParameter ()
setName (line 2228)
  • access: public
void setName (string $value)
  • string $value: name of the broadcast event
setParameter (line 2244)
  • access: public
void setParameter (mixed $value)
  • mixed $value: parameter of the broadcast event

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:39 +0200 by phpDocumentor 1.4.3