Example #1
0
 public function xoadGetMeta()
 {
     $filter = create_function('$name', 'return (preg_match("@^(xoad|_)@", $name) == false);');
     $methods = array_filter(get_class_methods($this), $filter);
     XOAD_Client::mapMethods($this, $methods);
     XOAD_Client::publicMethods($this, $methods);
 }
Example #2
0
File: core.php Project: umaxfun/x4m
 function xoadGetMeta()
 {
     XOAD_Client::privateVariables($this, array('stackError', 'stackMessage'));
     XOAD_Client::mapMethods($this, array('xroute'));
     XOAD_Client::publicMethods($this, array('xroute'));
 }
Example #3
0
 function xoadGetMeta()
 {
     XOAD_Client::mapMethods($this, array('execute'));
     XOAD_Client::publicMethods($this, array('execute'));
     XOAD_Client::privateVariables($this, array('_common_obj', '_tree'));
 }
Example #4
0
 function xoadGetMeta()
 {
     XOAD_Client::mapMethods($this, array('execute'));
     XOAD_Client::publicMethods($this, array('execute'));
 }