Function __global->get_relation_map

Definitions

sources/database_relations.php

  • Get a map of foreign key relations.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

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

Preview

Code (PHP)

/**
 * Get a map of foreign key relations.
 *
 * @return array Map of foreign key relations
 */

function get_relation_map() : array