Changeset 506
- Timestamp:
- 04/14/07 00:27:50 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/processors/stubJsonRpcProcessor.php
r504 r506 65 65 * 66 66 * This method only dispatches the request to different methods. 67 *68 * @todo Create and send the dynamically created client code69 67 */ 70 68 public function doProcess() { … … 83 81 $this->doPOST(); 84 82 } 85 86 83 } 87 84
