File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ for a class.
26
26
ApcClassLoader
27
27
--------------
28
28
29
+ .. versionadded :: 2.1
30
+ The ``ApcClassLoader `` class was added in Symfony 2.1.
31
+
29
32
``ApcClassLoader `` wraps an existing class loader and caches calls to its
30
33
``findFile() `` method using `APC `_::
31
34
@@ -47,6 +50,9 @@ ApcClassLoader
47
50
XcacheClassLoader
48
51
-----------------
49
52
53
+ .. versionadded :: 2.1
54
+ The ``XcacheClassLoader `` class was added in Symfony 2.1.
55
+
50
56
``XcacheClassLoader `` uses `XCache `_ to cache a class loader. Registering
51
57
it is straightforward::
52
58
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ The PSR-0 Class Loader
7
7
Introduction
8
8
------------
9
9
10
+ .. versionadded :: 2.1
11
+ The ``ClassLoader `` class was added in Symfony 2.1.
12
+
10
13
If your classes and third-party libraries follow the `PSR-0 `_ standards or the
11
14
`PEAR `_ naming conventions, you can use the :class: `Symfony\\ Component\\ ClassLoader\\ ClassLoader `
12
15
class to load all of your project's classes.
Original file line number Diff line number Diff line change 4
4
Debugging a Class Loader
5
5
========================
6
6
7
+ .. versionadded :: 2.1
8
+ The ``DebugClassLoader `` class was added in Symfony 2.1.
9
+
7
10
When a class isn't found by the registered autoloaders you can use the
8
11
:class: `Symfony\\ Component\\ ClassLoader\\ DebugClassLoader `. All autoloaders
9
12
which implement a ``findFile() `` method are replaced with a ``DebugClassLoader ``
You can’t perform that action at this time.
0 commit comments