static void call_extension(
string
$category, [
$a = false], [
$b = false], [
$c = false], [
$d = false], [
$e = false], [
$f = false], [
$g = false], [
$h = false]
)
|
|
Call a template category
Call a template category
Parameters:
|
string |
$category: |
Target category |
|
|
$a: |
|
|
|
$b: |
|
|
|
$c: |
|
|
|
$d: |
|
|
|
$e: |
|
|
|
$f: |
|
|
|
$g: |
|
|
|
$h: |
|
API Tags:
static void register_extension(
string
$category, object
$function
)
|
|
Register a template extension
Register a template extension
Parameters:
|
string |
$category: |
Target category |
|
object |
$function: |
The function to call for this category |
API Tags:
GLTemplate __construct(
$file, [
$id = NULL]
)
|
|
Construct the GL Template, using the file specified
Construct the GL Template, using the file specified
Parameters:
API Tags:
Redefinition of:
- GLDataset::__construct()
Redefined in descendants as:
API Tags:
Redefined in descendants as:
Convert this into a string
Returns the 'text' variable, if exists.
Convert this into a string
Returns the 'text' variable, if exists.
API Tags: