Function Module_topics->choose_topic_emoticon
Definitions
forum/pages/modules/topics.php
- Choose an emoticon for a topic.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $selected_path | ID_TEXT | No | No | Blank (empty string) | N/A | N/A | The currently selected emoticon |
Returns
- The emoticon input field
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Choose an emoticon for a topic.
*
* @param ID_TEXT $selected_path The currently selected emoticon
* @return Tempcode The emoticon input field
*/
public function choose_topic_emoticon(string $selected_path = '') : object
* Choose an emoticon for a topic.
*
* @param ID_TEXT $selected_path The currently selected emoticon
* @return Tempcode The emoticon input field
*/
public function choose_topic_emoticon(string $selected_path = '') : object

