Function Resource_fs_base->_custom_fields_enumerate_properties

Definitions

sources/resource_fs_base_class.php

  • Find details of 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

Returns

  • Details of properties
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find details of custom properties.
 *
 * @param  ID_TEXT $type The resource type
 * @return array Details of properties
 */

protected function _custom_fields_enumerate_properties(string $type) : array