Function Module_cms_galleries->run_start

Definitions

cms/pages/modules/cms_galleries.php

  • Standard crud_module run_start.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$type ID_TEXT No No required parameter N/A N/A The type of module execution

Returns

  • The output of the run
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Standard crud_module run_start.
 *
 * @param  ID_TEXT $type The type of module execution
 * @return Tempcode The output of the run
 */

public function run_start(string $type) : object