Function __global->span
Definitions
sources/templates.php
- Get the Tempcode for a span.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$tempcode | Tempcode | required parameter | N/A | N/A | The Tempcode to put into a span, provided in HTML format (string or Tempcode) |
$guid | string | Blank (empty string) | N/A | N/A | GUID for call |
$class | ?string | Null | N/A | N/A | CSS classname (null: none) |
Return
- The generated span with contents
- Type: Tempcode
- Set: N/A
- Range: N/A