Function Resource_fs_base->_default_property_resource_id

Definitions

sources/resource_fs_base_class.php

  • Find a default property for a resource.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

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
$properties array No No required parameter N/A N/A The properties
$property ID_TEXT No No required parameter N/A N/A The property

Returns

  • The value
  • Type: mixed
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find a default property for a resource.
 *
 * @param  ID_TEXT $resource_type The resource type
 * @param  array $properties The properties
 * @param  ID_TEXT $property The property
 * @return mixed The value
 */

protected function _default_property_resource_id(string $resource_type, array $properties, string $property)