Function Resource_fs_base->_default_property_foreign_key_null
Definitions
sources/resource_fs_base_class.php
- Find a default property for a foreign key, defaulting to null.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$_table_referenced | array | required parameter | N/A | N/A | The table the key is to |
$properties | array | required parameter | N/A | N/A | The properties |
$property | ID_TEXT | required parameter | N/A | N/A | The property |
Return
- The value (null: null value)
- Type: ?mixed
- Set: N/A
- Range: N/A