PHP Class Framework\Providers\EventServiceProvider

Inheritance: extends Hubzero\Base\ServiceProvider
Show file Open project: vinelab/lucid

Protected Properties

Property Type Description
$listen array The event listener mappings for the application.

Public Methods

Method Description
boot ( ) : void Register any events for your application.

Method Details

boot() public method

Register any events for your application.
public boot ( ) : void
return void

Property Details

$listen protected property

The event listener mappings for the application.
protected array $listen
return array