Function Resource_fs_base->_default_property_foreign_key
Definitions
sources/resource_fs_base_class.php
- Find a default property for a foreign key.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $_table_referenced | array | No | No | required parameter | N/A | N/A | The table the key is to |
| $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 foreign key.
*
* @param array $_table_referenced The table the key is to
* @param array $properties The properties
* @param ID_TEXT $property The property
* @return mixed The value
*/
protected function _default_property_foreign_key(array $_table_referenced, array $properties, string $property)
* Find a default property for a foreign key.
*
* @param array $_table_referenced The table the key is to
* @param array $properties The properties
* @param ID_TEXT $property The property
* @return mixed The value
*/
protected function _default_property_foreign_key(array $_table_referenced, array $properties, string $property)

