Function Standard_crud_module->preview_intercept

Definitions

sources/crud_module.php

  • Standard CRUD-module UI for a separate preview.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$title Tempcode No No required parameter N/A N/A The page title

Returns

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

Preview

Code (PHP)

/**
 * Standard CRUD-module UI for a separate preview.
 *
 * @param  Tempcode $title The page title
 * @return Tempcode The UI
 */

public function preview_intercept(object $title) : object