--- nfo/php/libs/org.netfrag.glib/Application/AbstractBackend.php 2003/02/28 04:16:19 1.3 +++ nfo/php/libs/org.netfrag.glib/Application/AbstractBackend.php 2003/03/01 04:58:02 1.4 @@ -1,8 +1,11 @@ _remote_method('getObjectList'); - } - - function getObjects($obj_type) { - return $this->_remote_method('getObjects', $obj_type); - } - - function getObjectByGuid($obj_guid, $classname) { - return $this->_remote_method('getObjectByGuid', array('guid' => $obj_guid, 'classname' => $classname)); - } - - function saveObjectByGuid($obj, $classname) { - return $this->_remote_method('saveObjectByGuid', array('data' => $obj, 'guid' => $obj['guid'], 'classname' => $classname)); - } - function getStatus() { global $app; $proxy = mkObject('Data::Driver::Proxy', null, array( remote => 1, rpcinfo => $app->getConfig("rpcinfo") ) );