Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
A
Antrian
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Indra Raja
  • Antrian
  • Repository

Switch branch/tag
  • antrian
  • vendor
  • symfony
  • event-dispatcher
History Find file
Download source code
zip tar.gz tar.bz2 tar
Download this directory
zip tar.gz tar.bz2 tar
  • Indra Raja's avatar
    initial commit · e7122f13
    Indra Raja authored 4 years ago
    e7122f13
Name
Last commit
Last update
..
Debug initial commit 4 years ago
DependencyInjection initial commit 4 years ago
Tests initial commit 4 years ago
.gitignore initial commit 4 years ago
CHANGELOG.md initial commit 4 years ago
ContainerAwareEventDispatcher.php initial commit 4 years ago
Event.php initial commit 4 years ago
EventDispatcher.php initial commit 4 years ago
EventDispatcherInterface.php initial commit 4 years ago
EventSubscriberInterface.php initial commit 4 years ago
GenericEvent.php initial commit 4 years ago
ImmutableEventDispatcher.php initial commit 4 years ago
LICENSE initial commit 4 years ago
README.md initial commit 4 years ago
composer.json initial commit 4 years ago
phpunit.xml.dist initial commit 4 years ago
README.md

EventDispatcher Component

The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.

Resources

  • Documentation
  • Contributing
  • Report issues and send Pull Requests in the main Symfony repository