hasEventHandlers() public method
Returns a value indicating whether there is any handler attached to the named event.
| public boolean hasEventHandlers ( $name ) | ||
|---|---|---|
| $name | string |
The event name |
| return | boolean |
Whether there is any handler attached to the event. |
Please login to continue.