| 3 |
// $Id$ |
// $Id$ |
| 4 |
// --------------------------------------------------------------------------- |
// --------------------------------------------------------------------------- |
| 5 |
// $Log$ |
// $Log$ |
| 6 |
|
// Revision 1.2 2003/02/27 14:37:56 jonen |
| 7 |
|
// + added function 'saveObjectByGuid()' |
| 8 |
|
// |
| 9 |
// Revision 1.1 2003/02/22 16:19:38 joko |
// Revision 1.1 2003/02/22 16:19:38 joko |
| 10 |
// + initial commit |
// + initial commit |
| 11 |
// |
// |
| 55 |
return $this->_remote_method('getObjectByGuid', array('guid' => $obj_guid, 'classname' => $classname)); |
return $this->_remote_method('getObjectByGuid', array('guid' => $obj_guid, 'classname' => $classname)); |
| 56 |
} |
} |
| 57 |
|
|
| 58 |
|
function saveObjectByGuid($obj, $classname) { |
| 59 |
|
return $this->_remote_method('saveObjectByGuid', array('data' => $obj, 'guid' => $obj['guid'], 'classname' => $classname)); |
| 60 |
|
} |
| 61 |
|
|
| 62 |
function getStatus() { |
function getStatus() { |
| 63 |
global $app; |
global $app; |
| 64 |
//print Dumper($app); |
//print Dumper($app); |