Illuminate\Foundation\Support\Providers\EventServiceProvider::listens PHP 메소드

listens() 공개 메소드

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