- Timestamp:
- 02/24/08 20:33:42 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/service/jsonrpc/stubJsonRpcResponse.php
r1301 r1361 32 32 * static initializing 33 33 */ 34 // @codeCoverageIgnoreStart 34 35 public static function __static() 35 36 { 36 37 self::$encoder = new stubRecursiveStringEncoder(new stubUTF8Encoder()); 37 38 } 39 // @codeCoverageIgnoreEnd 38 40 39 41 /**
