
Public Member Functions | |
| __construct ($src, $event) | |
| Create a new emit action. | |
| getInvocation () | |
Static Public Member Functions | |
| static | createFromXML ($attrs, $children) |
For internal use only.
Do not use this class directly. It is used internally by the toolkit to emit indirect events.
Definition at line 11 of file TKEmitAction.php5.
| TKEmitAction::__construct | ( | $ | src, | |
| $ | event | |||
| ) |
Create a new emit action.
| $src | [TKComponent]: source component of event | |
| $event | [string]: name of indirect event to emit |
Definition at line 20 of file TKEmitAction.php5.
References SObject::setError().
| static TKEmitAction::createFromXML | ( | $ | attrs, | |
| $ | children | |||
| ) | [static] |
For internal use only.
Reimplemented from TKAction.
Definition at line 42 of file TKEmitAction.php5.
References Toolkit::getComponent().
| TKEmitAction::getInvocation | ( | ) |
For internal use only.
Reimplemented from TKAction.
Definition at line 33 of file TKEmitAction.php5.
References Toolkit::indirectExists().
1.5.6