PHP Class Framework\Providers\EventServiceProvider

Inheritance: extends Hubzero\Base\ServiceProvider
Afficher le fichier Open project: vinelab/lucid

Protected Properties

Свойство Type Description
$listen array The event listener mappings for the application.

Méthodes publiques

Méthode Description
boot ( ) : void Register any events for your application.

Method Details

boot() public méthode

Register any events for your application.
public boot ( ) : void
Résultat void

Property Details

$listen protected_oe property

The event listener mappings for the application.
protected array $listen
Résultat array