Function Resource_fs_base->_default_property_urlpath

Definitions

sources/resource_fs_base_class.php

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

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
$ignore_conflicts boolean No No False N/A N/A Whether to ignore conflicts with existing files (=edit op, basically)

Returns

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

Preview

Code (PHP)

/**
 * Find a default property for a URL.
 *
 * @param  array $properties The properties
 * @param  ID_TEXT $property The property
 * @param  boolean $ignore_conflicts Whether to ignore conflicts with existing files (=edit op, basically)
 * @return string The value
 */

protected function _default_property_urlpath(array $properties, string $property, bool $ignore_conflicts = false) : string