Changeset 721

Show
Ignore:
Timestamp:
06/10/07 11:00:34 (1 year ago)
Author:
mikey
Message:

net.stubbles.xml.xsl.stubXSLProcessor needs to implement net.stubbles.stubClonable as well (see ticket #61)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/xml/xsl/stubXSLProcessor.php

    r394 r721  
    88 */ 
    99stubClassLoader::load('net.stubbles.xml.xsl.stubXSLCallback', 
    10                       'net.stubbles.xml.xsl.stubXSLProcessorException' 
     10                      'net.stubbles.xml.xsl.stubXSLProcessorException', 
     11                      'net.stubbles.stubClonable' 
    1112); 
    1213/** 
     
    1617 * @subpackage  xml_xsl 
    1718 */ 
    18 class stubXSLProcessor extends stubBaseObject 
     19class stubXSLProcessor extends stubBaseObject implements stubClonable 
    1920{ 
    2021    /**