Function Resource_fs_base->_get_cma_info
Definitions
sources/resource_fs_base_class.php
- Get the file resource info for this Commandr-fs resource hook.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $resource_type | ID_TEXT | No | No | required parameter | N/A | N/A | The resource type |
Returns
- The info map
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the file resource info for this Commandr-fs resource hook.
*
* @param ID_TEXT $resource_type The resource type
* @return array The info map
*/
protected function _get_cma_info(string $resource_type) : array
* Get the file resource info for this Commandr-fs resource hook.
*
* @param ID_TEXT $resource_type The resource type
* @return array The info map
*/
protected function _get_cma_info(string $resource_type) : array

