Function Resource_fs_base->_default_property_time
Definitions
sources/resource_fs_base_class.php
- Find a default property for a timestamp, defaulting to current time.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
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: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find a default property for a timestamp, defaulting to current time.
*
* @param array $properties The properties
* @param ID_TEXT $property The property
* @return integer The value
*/
protected function _default_property_time(array $properties, string $property) : int
* Find a default property for a timestamp, defaulting to current time.
*
* @param array $properties The properties
* @param ID_TEXT $property The property
* @return integer The value
*/
protected function _default_property_time(array $properties, string $property) : int

