Function Resource_fs_base->_custom_fields_load
Definitions
sources/resource_fs_base_class.php
- Load custom properties.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $type | ID_TEXT | No | No | required parameter | N/A | N/A | The resource type |
| $id | ID_TEXT | No | No | required parameter | N/A | N/A | The content ID |
Returns
- Loaded properties
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Load custom properties.
*
* @param ID_TEXT $type The resource type
* @param ID_TEXT $id The content ID
* @return array Loaded properties
*/
protected function _custom_fields_load(string $type, string $id) : array
* Load custom properties.
*
* @param ID_TEXT $type The resource type
* @param ID_TEXT $id The content ID
* @return array Loaded properties
*/
protected function _custom_fields_load(string $type, string $id) : array

