Table of Contents

  1. Horde/EventDispatcher
    1. Description
    2. Usage
    3. Bugs
    4. People
    5. Resources
    6. UPGRADING
      1. Logger
      2. From Horde/PubSub

Horde/EventDispatcher

Description

Horde's EventDispatcher component, implementing the PSR-14 standard.
Horde already has the Doc/Dev/HordePubSub library, but it is not used in many places and modernizing it would have been equal or more effort than implementing the standard.

Usage

Bugs

List any tickets on http://bugs.horde.org/ that cover this issue or are relevant to it.

People

Ralf Lang

Resources

Include links to protocol descriptions, specifications, RFCs, external applications, presentations on http://horde.org/papers/ or elsewhere that are relevant, articles, API docs from http://dev.horde.org/ - anything that might be useful to someone working on this.

UPGRADING

Logger

An early implementation supported the unnamespaced Horde_Log_Logger. This has been changed, we only support the Psr\Log\LoggerInterface and through this also the PSR-3 compatible Horde\Log\Logger. If no logger is provided, we will resort to the Psr\Log\NullLogger to prevent if cases.

From Horde/PubSub

TODO


Back to the Project List