Function Resource_fs_base->_default_property_lang_multi_content

Definitions

sources/resource_fs_base_class.php

  • Find a default array property mapping language identifiers to strings.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$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: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find a default array property mapping language identifiers to strings.
 *
 * @param  array $properties The properties
 * @param  ID_TEXT $property The property
 * @return array The value
 */

protected function _default_property_lang_multi_content(array $properties, string $property) : array