|
Inherited From GLOOObject
-
GLOOObject::$config
-
-
GLOOObject::$linkID
-
-
GLOOObject::$module
-
-
GLOOObject::$synced
-
Inherited From GLDOMElement
-
GLDOMElement::$children
-
-
GLDOMElement::$classname
-
-
GLDOMElement::$id
-
-
GLDOMElement::$next
-
-
GLDOMElement::$parent
-
-
GLDOMElement::$previous
-
-
GLDOMElement::$root
-
Inherited From GLDataset
-
GLDataset::$vars
-
|
Inherited From GLOOObject
-
GLOOObject::__construct()
-
-
GLOOObject::object_added()
-
An inheritable function to notify an object attachment
-
GLOOObject::object_removed()
-
An inheritable function to notify an object detachment
-
GLOOObject::var_changed()
-
An inheritable function to notify a variable update
-
GLOOObject::var_removed()
-
An inheritable function to notify a variable removal
-
GLOOObject::_bind()
-
Bind the object into the rendering template
-
GLOOObject::_call()
-
Perform a call to the JS interface
-
GLOOObject::_vars()
-
Prepare the variables that will be sent to the JS interface
-
GLOOObject::__sleep()
-
-
GLOOObject::__wakeup()
-
Inherited From GLDOMElement
-
GLDOMElement::__construct()
-
-
GLDOMElement::add_child()
-
-
GLDOMElement::find_child()
-
Return the first matching element
Find a child using the following search pattern simmilar to CSS selector on HTML DOM:
[<classs>].
Both Class and ID can be ommited.
-
GLDOMElement::find_children()
-
Return all the matching elements
-
GLDOMElement::remove_child()
-
Inherited From GLDataset
-
GLDataset::__construct()
-
-
GLDataset::assign()
-
Assign a value into a variable
-
GLDataset::import()
-
Import variables from an array or object
-
GLDataset::object_added()
-
An inheritable function to notify an object attachment
-
GLDataset::object_removed()
-
An inheritable function to notify an object detachment
-
GLDataset::pop()
-
Pop a value from a variable
-
GLDataset::push()
-
Push a value on a variable
If the variable is not an array, it is conerted to.
-
GLDataset::push_once()
-
Push a value on a variable, but make sure it's only one on the array
This function checks for an existing $value on the array. exists, it is not appended twice.
-
GLDataset::shift()
-
Shift a value from a variable
-
GLDataset::sort()
-
Sort the contents of a variable
-
GLDataset::unshift()
-
Unshift a value on a variable
If the variable is not an array, it is conerted to.
-
GLDataset::usort()
-
Sort the contents of a variable using a user callback
-
GLDataset::var_changed()
-
An inheritable function to notify a variable update
-
GLDataset::var_removed()
-
An inheritable function to notify a variable removal
-
GLDataset::__get()
-
Get data variables
-
GLDataset::__isset()
-
Check for defined variables
-
GLDataset::__set()
-
Set data variables
-
GLDataset::__unset()
-
Unset a variable
|
|