Class TBroadcastEventParameter
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.
| Constructor Summary |
| public |
Constructor.
|
| Method Summary |
|
string
|
|
|
mixed
|
|
|
void
|
|
|
void
|
|
| 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::__get(), TComponent::__set()
|
| Constructor Details |
__construct
Constructor.
|
| Method Details |
getName
| Output |
|
string
| name of the broadcast event |
| Exception |
|
getParameter
| public mixed getParameter |
() |
| Output |
|
mixed
| parameter of the broadcast event |
| Exception |
|
setName
| public void setName |
(string $value ) |
| Input |
| string | $value | name of the broadcast event |
| Output |
| Exception |
|
setParameter
| public void setParameter |
(mixed $value ) |
| Input |
| mixed | $value | parameter of the broadcast event |
| Output |
| Exception |
|
|