Constructor & Destructor Documentation
KWebEvent::__construct |
( |
$ |
subject, |
|
|
$ |
name, |
|
|
$ |
parameters = array() |
|
) |
| |
Constructs a new KWebEvent.
- Parameters:
-
mixed | $subject | The subject object |
string | $name | The event name |
array | $parameters | An array of parameters |
Reimplemented from Event.
Field Documentation
Event called when checking, if item of the specified type (passed as ['type']) can be added to the KWebItem passed as $subject in attribute id (passed as ['attr_id']).
Event handler can use setReturnValue() to pass true/false, and/or return anything other than null to break the event chain.
The documentation for this class was generated from the following file: