@param callable|array|Traversable $callbackOrOptions
| Parameters: | array – |
|---|
Sets a new callback for this filter
| Parameters: | callable – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | self |
Sets parameters for the callback
| Parameters: | mixed – |
|---|---|
| Return type: | Callback |
Get parameters for the callback
| Return type: | mixed |
|---|
Calls the filter per callback
| Parameters: | mixed – Options for the set callable |
|---|---|
| Return type: | mixed Result from the filter which was called |