File tree 24 files changed +50
-1
lines changed
24 files changed +50
-1
lines changed Original file line number Diff line number Diff line change @@ -36,5 +36,7 @@ You can install the component in 2 different ways:
36
36
on `Packagist `_);
37
37
* Use the official Git repository (https://github.com/symfony/ClassLoader).
38
38
39
+ .. include :: /components/require_autoload.rst.inc
40
+
39
41
.. _`autoloading mechanism` : http://php.net/manual/en/language.oop5.autoload.php
40
42
.. _Packagist : https://packagist.org/packages/symfony/class-loader
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ You can install the component in 2 different ways:
17
17
* :doc: `Install it via Composer </components/using_components >` (``symfony/config `` on `Packagist `_);
18
18
* Use the official Git repository (https://github.com/symfony/Config).
19
19
20
+ .. include :: /components/require_autoload.rst.inc
21
+
20
22
Sections
21
23
--------
22
24
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ You can install the component in 2 different ways:
20
20
* :doc: `Install it via Composer </components/using_components >` (``symfony/console `` on `Packagist `_);
21
21
* Use the official Git repository (https://github.com/symfony/Console).
22
22
23
+ .. include :: /components/require_autoload.rst.inc
24
+
23
25
Creating a basic Command
24
26
------------------------
25
27
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ You can install the component in 2 different ways:
15
15
* :doc: `Install it via Composer </components/using_components >` (``symfony/css-selector `` on `Packagist `_);
16
16
* Use the official Git repository (https://github.com/symfony/CssSelector).
17
17
18
+ .. include :: /components/require_autoload.rst.inc
19
+
18
20
Usage
19
21
-----
20
22
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ You can install the component in many different ways:
19
19
* :doc: `Install it via Composer </components/using_components >` (``symfony/debug `` on `Packagist `_);
20
20
* Use the official Git repository (https://github.com/symfony/Debug).
21
21
22
+ .. include :: /components/require_autoload.rst.inc
23
+
22
24
Usage
23
25
-----
24
26
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ You can install the component in 2 different ways:
19
19
* :doc: `Install it via Composer </components/using_components >` (``symfony/dependency-injection `` on `Packagist `_);
20
20
* Use the official Git repository (https://github.com/symfony/DependencyInjection).
21
21
22
+ .. include :: /components/require_autoload.rst.inc
23
+
22
24
Basic Usage
23
25
-----------
24
26
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ You can install the component in 2 different ways:
20
20
* :doc: `Install it via Composer </components/using_components >` (``symfony/dom-crawler `` on `Packagist `_);
21
21
* Use the official Git repository (https://github.com/symfony/DomCrawler).
22
22
23
+ .. include :: /components/require_autoload.rst.inc
24
+
23
25
Usage
24
26
-----
25
27
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ You can install the component in 2 different ways:
56
56
* :doc: `Install it via Composer </components/using_components >` (``symfony/event-dispatcher `` on `Packagist `_);
57
57
* Use the official Git repository (https://github.com/symfony/EventDispatcher).
58
58
59
+ .. include :: /components/require_autoload.rst.inc
60
+
59
61
Usage
60
62
-----
61
63
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ You can install the component in 2 different ways:
18
18
* :doc: `Install it via Composer </components/using_components >` (``symfony/filesystem `` on `Packagist `_);
19
19
* Use the official Git repository (https://github.com/symfony/Filesystem).
20
20
21
+ .. include :: /components/require_autoload.rst.inc
22
+
21
23
Usage
22
24
-----
23
25
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ You can install the component in 2 different ways:
16
16
* :doc: `Install it via Composer </components/using_components >` (``symfony/finder `` on `Packagist `_);
17
17
* Use the official Git repository (https://github.com/symfony/Finder).
18
18
19
+ .. include :: /components/require_autoload.rst.inc
20
+
19
21
Usage
20
22
-----
21
23
@@ -308,7 +310,7 @@ The contents of returned files can be read with
308
310
309
311
foreach ($finder as $file) {
310
312
$contents = $file->getContents();
311
-
313
+
312
314
// ...
313
315
}
314
316
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ You can install the component in 2 different ways:
22
22
* :doc: `Install it via Composer </components/using_components >` (``symfony/form `` on `Packagist `_);
23
23
* Use the official Git repository (https://github.com/symfony/Form).
24
24
25
+ .. include :: /components/require_autoload.rst.inc
26
+
25
27
Configuration
26
28
-------------
27
29
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ You can install the component in 2 different ways:
24
24
* :doc: `Install it via Composer </components/using_components >` (``symfony/http-foundation `` on `Packagist `_);
25
25
* Use the official Git repository (https://github.com/symfony/HttpFoundation).
26
26
27
+ .. include :: /components/require_autoload.rst.inc
28
+
27
29
.. _component-http-foundation-request :
28
30
29
31
Request
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ You can install the component in 2 different ways:
19
19
* :doc: `Install it via Composer </components/using_components >` (``symfony/http-kernel `` on Packagist _);
20
20
* Use the official Git repository (https://github.com/symfony/HttpKernel).
21
21
22
+ .. include :: /components/require_autoload.rst.inc
23
+
22
24
The Workflow of a Request
23
25
-------------------------
24
26
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ You can install the component in 2 different ways:
16
16
* :doc: `Install it via Composer </components/using_components >` (``symfony/options-resolver `` on `Packagist `_);
17
17
* Use the official Git repository (https://github.com/symfony/OptionsResolver).
18
18
19
+ .. include :: /components/require_autoload.rst.inc
20
+
19
21
Usage
20
22
-----
21
23
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ You can install the component in 2 different ways:
15
15
* :doc: `Install it via Composer </components/using_components >` (``symfony/process `` on `Packagist `_);
16
16
* Use the official Git repository (https://github.com/symfony/Process).
17
17
18
+ .. include :: /components/require_autoload.rst.inc
19
+
18
20
Usage
19
21
-----
20
22
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ You can install the component in two different ways:
20
20
* :doc: `Install it via Composer</components/using_components> ` (``symfony/property-access `` on `Packagist `_);
21
21
* Use the official Git repository (https://github.com/symfony/PropertyAccess).
22
22
23
+ .. include :: /components/require_autoload.rst.inc
24
+
23
25
Usage
24
26
-----
25
27
Original file line number Diff line number Diff line change
1
+ Then, require the ``vendor/autoload.php`` file to enable the autoloading mechanism
2
+ provided by Composer. Otherwise, your application won't be able to find the classes
3
+ of this Symfony component.
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ You can install the component in 2 different ways:
16
16
* :doc: `Install it via Composer </components/using_components >` (``symfony/routing `` on `Packagist `_);
17
17
* Use the official Git repository (https://github.com/symfony/Routing).
18
18
19
+ .. include :: /components/require_autoload.rst.inc
20
+
19
21
Usage
20
22
-----
21
23
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ You can install the component in 2 different ways:
19
19
* :doc: `Install it via Composer </components/using_components >` (``symfony/security `` on Packagist _);
20
20
* Use the official Git repository (https://github.com/symfony/Security).
21
21
22
+ .. include :: /components/require_autoload.rst.inc
23
+
22
24
Sections
23
25
--------
24
26
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ You can install the component in 2 different ways:
33
33
* :doc: `Install it via Composer </components/using_components >` (``symfony/serializer `` on `Packagist `_);
34
34
* Use the official Git repository (https://github.com/symfony/Serializer).
35
35
36
+ .. include :: /components/require_autoload.rst.inc
37
+
36
38
Usage
37
39
-----
38
40
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ You can install the component in two different ways:
20
20
* :doc: `Install it via Composer</components/using_components> ` (``symfony/stopwatch `` on `Packagist `_);
21
21
* Use the official Git repository (https://github.com/symfony/Stopwatch).
22
22
23
+ .. include :: /components/require_autoload.rst.inc
24
+
23
25
Usage
24
26
-----
25
27
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ You can install the component in 2 different ways:
21
21
* :doc: `Install it via Composer </components/using_components >` (``symfony/templating `` on `Packagist `_);
22
22
* Use the official Git repository (https://github.com/symfony/Templating).
23
23
24
+ .. include :: /components/require_autoload.rst.inc
25
+
24
26
Usage
25
27
-----
26
28
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ You can install the component in 2 different ways:
16
16
* :doc: `Install it via Composer </components/using_components >` (``symfony/translation `` on `Packagist `_);
17
17
* Use the official Git repository (https://github.com/symfony/Translation).
18
18
19
+ .. include :: /components/require_autoload.rst.inc
20
+
19
21
Constructing the Translator
20
22
---------------------------
21
23
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ You can install the component in 2 different ways:
34
34
* :doc: `Install it via Composer </components/using_components >` (``symfony/yaml `` on `Packagist `_);
35
35
* Use the official Git repository (https://github.com/symfony/Yaml).
36
36
37
+ .. include :: /components/require_autoload.rst.inc
38
+
37
39
Why?
38
40
----
39
41
You can’t perform that action at this time.
0 commit comments