Function __global->is_maintained_description
Definitions
sources/global3.php
- Tack on a message to some text if a feature is not maintained.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $code | ID_TEXT | No | No | required parameter | N/A | N/A | Feature |
| $text | mixed | No | No | required parameter | N/A | N/A | Text to show, provided in HTML format (string or Tempcode) |
Returns
- Text
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Tack on a message to some text if a feature is not maintained.
*
* @param ID_TEXT $code Feature
* @param mixed $text Text to show, provided in HTML format (string or Tempcode)
* @return Tempcode Text
*/
function is_maintained_description(string $code, $text) : object
* Tack on a message to some text if a feature is not maintained.
*
* @param ID_TEXT $code Feature
* @param mixed $text Text to show, provided in HTML format (string or Tempcode)
* @return Tempcode Text
*/
function is_maintained_description(string $code, $text) : object

