BearFramework\App\Assets::hasEventListeners

Returns TRUE if there are registered event listeners for the name specified, FALSE otherwise.
public bool hasEventListeners string $name )
Parameters
name
The name of the event.
Returns
Returns TRUE if there are registered event listeners for the name specified, FALSE otherwise.
Details
Location: ~/src/App/Assets.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.