GloryLands
GLOO
[
class tree: GloryLands
] [
index: GloryLands
] [
all elements
]
GloryLands
COPYING
README
Todo List
Packages:
GloryLands
Modules
An example of how to extend a GLOOObject
<?php
// Here is an example unit
class
MyUni
extends
GLOOObject
{
// A sample proxy function call
public
function
proxy_call
(
$parm1
,
$parm2
)
{
// Forward the call to the javascript
$this
->
_call
(
'call'
,
$parm1
,
$parm2
)
;
}
}
?>
Documentation generated on Tue, 13 Oct 2009 23:49:06 +0300 by
phpDocumentor 1.4.1