Function __global->get_table_descriptions
Definitions
sources/database_relations.php
- Get a map of table descriptions.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Map of table descriptions
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a map of table descriptions.
*
* @return array Map of table descriptions
*/
function get_table_descriptions() : array
* Get a map of table descriptions.
*
* @return array Map of table descriptions
*/
function get_table_descriptions() : array
