Add an example for escaping static methods

Janw Oostendorp 2023-09-17 12:39:42 +02:00 committed by jrfnl
parent 813563417e
commit 77bacb7b72
No known key found for this signature in database
GPG key ID: 88BCD0973A23BCC6

@ -655,6 +655,7 @@ The above properties allow you to add the names of these functions to the list o
<property name="customEscapingFunctions" type="array">
<element value="prefix_escape_form_value"/>
<element value="prefix_escape_form_id"/>
<element value="\QualifiedExample\Namespaced\ClassName::staticMethod"/>
</property>
<property name="customAutoEscapedFunctions" type="array">
<element value="prefix_get_escaped_value"/>