Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
daycry committed Jun 4, 2024
1 parent aa5765a commit 7373125
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user_guide_src/source/incoming/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ $this->setConfigValidator()
If you need to validate rules that are in a personal validation file and this extension class of the ``Config\Validation`` class is extended, you can configure it as follows.
Can be useful when working with standalone modules.

It is required that you extend from the ``Config\Validation`` class.

By default, the ``Config\Validation`` class is used.

.. literalinclude:: controllers/026.php

.. _controller-validate:
Expand Down

0 comments on commit 7373125

Please sign in to comment.