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 EventInterface

Interface for events. An event has a name and its propagation can be stopped (if the implementation supports it).

Direct known implementers

Joomla\Event\AbstractEvent

Indirect known implementers

Joomla\Event\Event, Joomla\Event\EventImmutable

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

Methods summary

public string
# getName( )

Get the event name.

Get the event name.

Returns

string - The event name.

Since

1.0
public boolean
# isStopped( )

Tell if the event propagation is stopped.

Tell if the event propagation is stopped.

Returns

boolean - True if stopped, false otherwise.

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.