Function Module_cms_authors->create_selection_list_authors

Definitions

cms/pages/modules/cms_authors.php

  • Get a list of authors.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$it ?ID_TEXT No No Null N/A N/A The author to select by default (null: no specific default)

Returns

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

Preview

Code (PHP)

/**
 * Get a list of authors.
 *
 * @param  ?ID_TEXT $it The author to select by default (null: no specific default)
 * @return Tempcode The list
 */

public function create_selection_list_authors(?string $it = null) : object