Function __global->get_xml_entities

Definitions

sources/xml.php

  • Get XML definition of common entities we may use.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • XML
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get XML definition of common entities we may use.
 *
 * @return string XML
 */

function get_xml_entities() : string