Function __global->_do_next_section

Definitions

sources/templates_donext.php

  • Get the Tempcode for a do next manager section.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$list array No No required parameter N/A N/A A list of items (each item is a pair or a triple: <option,url[,field name=do_lang(option)]> ; url is a pair or a triple or a quarto also: <page,map[,zone[,warning]]>)
$title Tempcode No No required parameter N/A N/A The title for the section
$entry_content_type ?string No No Null N/A N/A Entry content type (null: unknown)
$category_content_type ?string No No Null N/A N/A Category content type (null: unknown)

Returns

  • The do next manager section
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the Tempcode for a do next manager section.
 *
 * @param  array $list A list of items (each item is a pair or a triple: <option,url[,field name=do_lang(option)]> ; url is a pair or a triple or a quarto also: <page,map[,zone[,warning]]>)
 * @param  Tempcode $title The title for the section
 * @param  ?string $entry_content_type Entry content type (null: unknown)
 * @param  ?string $category_content_type Category content type (null: unknown)
 * @return Tempcode The do next manager section
 */

function _do_next_section(array $list, object $title, ?string $entry_content_type = null, ?string $category_content_type = null) : object