Function __global->_check_id_match
Definitions
sources/resource_fs.php
- Find if a resource matches search parameters.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$commandr_fs_ob | object | required parameter | N/A | N/A | Commandr-fs/Resource-fs object |
$resource_type | ID_TEXT | required parameter | N/A | N/A | The resource type |
$resource_id | ID_TEXT | required parameter | N/A | N/A | The resource ID |
$subpath | ?string | required parameter | N/A | N/A | The subpath (null: don't care). It may end in "/*" if you want to look for a match under a certain directory |
Return
- Whether it matches
- Type: boolean
- Set: N/A
- Range: N/A