Function __global->get_relation_map_for_table

Definitions

sources/database_relations.php

  • Get a map of foreign key relations, for a specific table.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$table string required parameter N/A N/A A particular table

Return

  • Map of foreign key relations
  • Type: array
  • Set: N/A
  • Range: N/A