Function Module_admin_points->_get_between

Definitions

adminzone/pages/modules/admin_points.php

  • An interface for choosing between dates.
  • 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 title to display

Returns

  • The result of execution
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * An interface for choosing between dates.
 *
 * @param  Tempcode $title The title to display
 * @return Tempcode The result of execution
 */

public function _get_between(object $title) : object