1
0
mirror of synced 2025-01-19 06:51:40 +03:00

fixed typo

This commit is contained in:
Bilal Amarni 2012-08-30 16:35:46 +03:00
parent 9ae1f804e1
commit d47b872292

View File

@ -24,8 +24,8 @@ method. The method receives the ``ClassMetadata`` of the filtered entity and the
table alias of the SQL table of the entity. table alias of the SQL table of the entity.
Parameters for the query should be set on the filter object by Parameters for the query should be set on the filter object by
``SQLFilter#setParameter()``. Only parameters set via this function used in ``SQLFilter#setParameter()``. Only parameters set via this function can be used
the filters. The ``SQLFilter#getParameter()`` function takes care of the in filters. The ``SQLFilter#getParameter()`` function takes care of the
proper quoting of parameters. proper quoting of parameters.
.. code-block:: php .. code-block:: php