Function Forum_driver_vb3->get_custom_bbcode
Definitions
sources/forum/vb3.php
- Get a list of custom BBcode tags.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The list of tags (each list entry being a map, containing various standard named parameters)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a list of custom BBcode tags.
*
* @return array The list of tags (each list entry being a map, containing various standard named parameters)
*/
public function get_custom_bbcode() : array
* Get a list of custom BBcode tags.
*
* @return array The list of tags (each list entry being a map, containing various standard named parameters)
*/
public function get_custom_bbcode() : array