Skip to content

Commit 34dc712

Browse files
committed
add versionadded directives for new classes
1 parent b98f2e6 commit 34dc712

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

components/class_loader/cache_class_loader.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ for a class.
2626
ApcClassLoader
2727
--------------
2828

29+
.. versionadded:: 2.1
30+
The ``ApcClassLoader`` class was added in Symfony 2.1.
31+
2932
``ApcClassLoader`` wraps an existing class loader and caches calls to its
3033
``findFile()`` method using `APC`_::
3134

@@ -47,6 +50,9 @@ ApcClassLoader
4750
XcacheClassLoader
4851
-----------------
4952

53+
.. versionadded:: 2.1
54+
The ``XcacheClassLoader`` class was added in Symfony 2.1.
55+
5056
``XcacheClassLoader`` uses `XCache`_ to cache a class loader. Registering
5157
it is straightforward::
5258

components/class_loader/class_loader.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ The PSR-0 Class Loader
77
Introduction
88
------------
99

10+
.. versionadded:: 2.1
11+
The ``ClassLoader`` class was added in Symfony 2.1.
12+
1013
If your classes and third-party libraries follow the `PSR-0`_ standards or the
1114
`PEAR`_ naming conventions, you can use the :class:`Symfony\\Component\\ClassLoader\\ClassLoader`
1215
class to load all of your project's classes.

components/class_loader/debug_class_loader.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Debugging a Class Loader
55
========================
66

7+
.. versionadded:: 2.1
8+
The ``DebugClassLoader`` class was added in Symfony 2.1.
9+
710
When a class isn't found by the registered autoloaders you can use the
811
:class:`Symfony\\Component\\ClassLoader\\DebugClassLoader`. All autoloaders
912
which implement a ``findFile()`` method are replaced with a ``DebugClassLoader``

0 commit comments

Comments
 (0)