Function Forum_driver_wbb22->find_emoticons
Definitions
sources/forum/wbb22.php
- Get a map between emoticon codes and templates representing the HTML-image-code for this emoticon. The emoticons presented of course depend on the forum involved.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The map
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a map between emoticon codes and templates representing the HTML-image-code for this emoticon. The emoticons presented of course depend on the forum involved.
*
* @return array The map
*/
public function find_emoticons() : array
* Get a map between emoticon codes and templates representing the HTML-image-code for this emoticon. The emoticons presented of course depend on the forum involved.
*
* @return array The map
*/
public function find_emoticons() : array