Illuminate\Foundation\Support\Providers\EventServiceProvider::listens PHP Méthode

listens() public méthode

Get the events and handlers.
public listens ( ) : array
Résultat array
    public function listens()
    {
        return $this->listen;
    }
EventServiceProvider