Changeset 6986
- Timestamp:
- 01/07/08 20:06:46 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfMDB2RestPlugin/trunk/lib/MDB2RestClient.class.php
r5672 r6986 108 108 $results = ob_get_contents(); 109 109 ob_end_clean(); 110 110 111 111 return unserialize($results); 112 112 } … … 190 190 { 191 191 return $this->execute(__FUNCTION__, get_defined_vars()); 192 } 193 194 public function getServerUrl() 195 { 196 return $this->serverUrl; 192 197 } 193 198