Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6e96d08

Browse filesBrowse files
cordovalweaverryan
authored andcommitted
separated usage and squared the instructions
1 parent 500f5ca commit 6e96d08
Copy full SHA for 6e96d08

File tree

Expand file treeCollapse file tree

1 file changed

+12
-17
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-17
lines changed

‎components/event_dispatcher.rst

Copy file name to clipboardExpand all lines: components/event_dispatcher.rst
+12-17Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ used. To make this possible, the Symfony2 kernel throws an event -
4545

4646
.. _event_dispatcher:
4747

48+
Installation
49+
------------
50+
51+
You can install the component in many different ways:
52+
53+
* Use the official Git repository (https://github.com/symfony/EventDispatcher);
54+
* Install it via PEAR ( `pear.symfony.com/EventDispatcher`);
55+
* Install it via Composer (`symfony/event-dispatcher` on Packagist).
56+
57+
Usage
58+
-----
59+
4860
Events
4961
~~~~~~
5062

@@ -480,20 +492,3 @@ listener via the
480492
481493
Now, any listeners to ``store.order`` that have not yet been called will *not*
482494
be called.
483-
484-
Installation
485-
------------
486-
487-
You can install the component in many different ways:
488-
489-
* Use the official Git repository (https://github.com/symfony/EventDispatcher);
490-
* Install it via PEAR ( `pear.symfony.com/EventDispatcher`);
491-
* Install it via Composer (`symfony/event-dispatcher` on Packagist).
492-
493-
Usage
494-
-----
495-
496-
497-
498-
.. code-block:: php
499-

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.