File tree 3 files changed +0
-12
lines changed
3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ 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
-
32
29
``ApcClassLoader `` wraps an existing class loader and caches calls to its
33
30
``findFile() `` method using `APC `_::
34
31
@@ -49,9 +46,6 @@ ApcClassLoader
49
46
XcacheClassLoader
50
47
-----------------
51
48
52
- .. versionadded :: 2.1
53
- The ``XcacheClassLoader `` class was added in Symfony 2.1.
54
-
55
49
``XcacheClassLoader `` uses `XCache `_ to cache a class loader. Registering
56
50
it is straightforward::
57
51
Original file line number Diff line number Diff line change 4
4
The PSR-0 Class Loader
5
5
======================
6
6
7
- .. versionadded :: 2.1
8
- The ``ClassLoader `` class was added in Symfony 2.1.
9
-
10
7
If your classes and third-party libraries follow the `PSR-0 `_ standard, you
11
8
can use the :class: `Symfony\\ Component\\ ClassLoader\\ ClassLoader ` class to
12
9
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
-
10
7
The :class: `Symfony\\ Component\\ ClassLoader\\ DebugClassLoader ` attempts to
11
8
throw more helpful exceptions when a class isn't found by the registered
12
9
autoloaders. All autoloaders that implement a ``findFile() `` method are replaced
You can’t perform that action at this time.
0 commit comments