- Timestamp:
- 01/11/08 14:56:01 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/xml/stubXMLStreamWriterFactory.php
r1026 r1217 8 8 * @subpackage xml 9 9 */ 10 stubClassLoader::load('net .stubbles.xml.stubXMLException',11 'net .stubbles.xml.stubXMLStreamWriter'10 stubClassLoader::load('net::stubbles::xml::stubXMLException', 11 'net::stubbles::xml::stubXMLStreamWriter' 12 12 ); 13 13 /** … … 122 122 public static function getFqClassName($type) 123 123 { 124 return 'net .stubbles.xml.stub' . $type . 'XMLStreamWriter';124 return 'net::stubbles::xml::stub' . $type . 'XMLStreamWriter'; 125 125 } 126 126
