Function __global->_helper_get_emoticon_chooser

Definitions

sources/cns_forum_driver_helper.php

  • Get an emoticon chooser template.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$this_ref object No No required parameter N/A N/A Link to the real forum driver
$field_name string No No required parameter N/A N/A The ID of the form field the emoticon chooser adds to

Returns

  • The emoticon chooser template
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get an emoticon chooser template.
 *
 * @param  object $this_ref Link to the real forum driver
 * @param  string $field_name The ID of the form field the emoticon chooser adds to
 * @return Tempcode The emoticon chooser template
 */

function _helper_get_emoticon_chooser(object $this_ref, string $field_name) : object