JOOMLA中国
  • Joomla中国首页
  • 社区
  • 教程
  • 应用市场
  • B计划
Joomla! Framework TM
  • Namespace
  • Class
  • Tree
  • Deprecated

Namespaces

  • Composer
    • Autoload
  • Joomla
    • Application
      • Cli
        • Output
          • Processor
      • Web
    • Data
    • DI
      • Exception
    • Event
    • Filter
    • Input
    • Ldap
    • Registry
      • Format
    • Session
      • Storage
    • String
    • Uri
    • Utilities
  • None
  • PasswordCompat
    • binary
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Yaml
        • Exception
    • Polyfill
      • Util

Classes

  • AbstractEvent
  • DelegatingDispatcher
  • Dispatcher
  • Event
  • EventImmutable
  • ListenersPriorityQueue
  • Priority

Interfaces

  • DispatcherAwareInterface
  • DispatcherInterface
  • EventInterface

Traits

  • DispatcherAwareTrait

Interface DispatcherInterface

Interface for event dispatchers.

Direct known implementers

Joomla\Event\DelegatingDispatcher, Joomla\Event\Dispatcher

Namespace: Joomla\Event
Since: 1.0
Located at vendor/joomla/event/src/DispatcherInterface.php

Methods summary

public Joomla\Event\EventInterface
# triggerEvent( Joomla\Event\EventInterface|string $event )

Trigger an event.

Trigger an event.

Parameters

$event
Joomla\Event\EventInterface|string - $event The event object or name.

Returns

Joomla\Event\EventInterface - The event after being passed through all listeners.

Since

1.0

Magic methods summary

Joomla! Framework TM API documentation generated by ApiGen 2.8.0
Joomla!® and Joomla! Framework™ are trademarks of Open Source Matters, Inc. in the United States and other countries.