phpDocumentor GloryLands
GLOO
[ class tree: GloryLands ] [ index: GloryLands ] [ all elements ]

An example of how to extend a GLOOObject

  1. <?php
  2. // Here is an example unit
  3. class MyUni extends GLOOObject {
  4.     
  5.     // A sample proxy function call
  6.     public function proxy_call($parm1$parm2{
  7.         // Forward the call to the javascript
  8.         $this->_call('call'$parm1$parm2);
  9.     }    
  10.     
  11. }
  12. ?>

Documentation generated on Tue, 13 Oct 2009 23:49:06 +0300 by phpDocumentor 1.4.1