Function Module_galleries->do_gallery

Definitions

site/pages/modules/galleries.php

  • The UI to show a gallery.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

  • The UI
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * The UI to show a gallery.
 *
 * @return Tempcode The UI
 */

public function do_gallery() : object