Function __global->load_catalogue_row

Definitions

sources/catalogues.php

  • Get a catalogue row.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$catalogue_name ID_TEXT required parameter N/A N/A The catalogue name
$fail_ok boolean False N/A N/A Whether to return null if we can't find it (as opposed to a fatal error)

Return

  • Catalogue row (null: could not find it, and $fail_ok was set to true)
  • Type: ?array
  • Set: N/A
  • Range: N/A