Skip to content

Commit 059155f

Browse files
committed
Add versionadded
1 parent 6c9e09d commit 059155f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/expression_language/extending.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ register.
101101

102102
ExpressionFunction::fromPhp('My\strtoupper', 'my_strtoupper');
103103

104+
.. versionadded:: 3.3
105+
The ``ExpressionFunction::fromPhp()`` method was introduced in Symfony 3.3.
106+
104107
You can register providers using
105108
:method:`Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage::registerProvider`
106109
or by using the second argument of the constructor::

0 commit comments

Comments
 (0)