Skip to content

Commit 1305dae

Browse files
committed
Add doc
1 parent 8682ec3 commit 1305dae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/02. Controllers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ class UserController extends AbstractRestfulController
9494
}
9595
```
9696

97+
> You can also pass an optional, third parameter to the `validateIncomingData` that will be passed as a context to
98+
the `isValid` input filter's method.
99+
97100
## Hydration
98101

99102
Often, you will use validation in conjunction with hydration. To that extent, ZfrRest offers a similar helper called

0 commit comments

Comments
 (0)