Skip to content

Commit

Permalink
[symfony#5835] Added versionadded
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Nov 5, 2015
1 parent 8f24268 commit 532b0a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/css_selector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ document.
The CssSelector Component
~~~~~~~~~~~~~~~~~~~~~~~~~

.. versionadded:: 2.8
The ``CssSelectorConverter`` class was introduced in Symfony 2.8. Previously,
the ``CssSelector`` class was used and ``toXPath`` was a static method.

The component's only goal is to convert CSS selectors to their XPath
equivalents, using :method:`Symfony\\Component\\CssSelector\\CssSelectorConverter::toXPath`::

Expand Down

0 comments on commit 532b0a4

Please sign in to comment.