Function Forum_driver_base->topic_is_threaded
Definitions
sources/forum_stub.php
- Find whether a forum is threaded.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$topic_id | ?integer | required parameter | N/A | N/A | The topic ID (null: default / from environment) |
Return
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A