void object_added(
string
$name,
&$object, object
$object
)
|
|
An inheritable function to notify an object attachment
An inheritable function to notify an object attachment [INHERITED FROM GLDataset]
Parameters:
|
string |
$name: |
The variable name that was updated |
|
object |
$object: |
The object that was added |
|
|
&$object: |
|
API Tags:
Redefinition of:
- GLDataset::object_added()
- An inheritable function to notify an object attachment
void object_removed(
string
$name,
&$object, object
$object
)
|
|
An inheritable function to notify an object detachment
An inheritable function to notify an object detachment [INHERITED FROM GLDataset]
Parameters:
|
string |
$name: |
The variable name that was updated |
|
object |
$object: |
The object that was removed |
|
|
&$object: |
|
API Tags:
Redefinition of:
- GLDataset::object_removed()
- An inheritable function to notify an object detachment
void var_changed(
string
$name,
&$value, mixed
$value
)
|
|
An inheritable function to notify a variable update
An inheritable function to notify a variable update [INHERITED FROM GLDataset]
Parameters:
|
string |
$name: |
The variable name that was updated |
|
mixed |
$value: |
The variable value |
|
|
&$value: |
|
API Tags:
Redefinition of:
- GLDataset::var_changed()
- An inheritable function to notify a variable update
void var_removed(
string
$name
)
|
|
An inheritable function to notify a variable removal
An inheritable function to notify a variable removal [INHERITED FROM GLDataset]
Parameters:
|
string |
$name: |
The variable name that was removed |
API Tags:
Redefinition of:
- GLDataset::var_removed()
- An inheritable function to notify a variable removal
Bind the object into the rendering template
Bind the object into the rendering template
Parameters:
API Tags:
Perform a call to the JS interface
Perform a call to the JS interface
Parameters:
API Tags:
Prepare the variables that will be sent to the JS interface
Prepare the variables that will be sent to the JS interface
API Tags: