Function Module_topics->birthday
Definitions
forum/pages/modules/topics.php
- Redirect to a screen suitable for celebrating a members birthday (existing topic, if possible).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Redirect to a screen suitable for celebrating a members birthday (existing topic, if possible).
*
* @return Tempcode The UI
*/
public function birthday() : object
* Redirect to a screen suitable for celebrating a members birthday (existing topic, if possible).
*
* @return Tempcode The UI
*/
public function birthday() : object

