Function Module_filedump->_matches_filter
Definitions
cms/pages/modules/filedump.php
- Find whether a file matches the search filter. If there is no filter, anything will match.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$filename | ID_TEXT | required parameter | N/A | N/A | Filename |
$_description | string | required parameter | N/A | N/A | File description |
$search | string | required parameter | N/A | N/A | Search filter |
$type_filter | string | required parameter | N/A | N/A | Type filter |
Return
- Whether it passes the filter
- Type: boolean
- Set: N/A
- Range: N/A