Show
Ignore:
Timestamp:
08/14/07 22:36:14 (1 year ago)
Author:
mikey
Message:

remove clone(), already expressed by implementing net.stubbles.lang.stubClonable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/reflection/annotations/stubAnnotation.php

    r779 r832  
    3535     * annotation is applicable for classes, properties, methods and functions 
    3636     */ 
    37     const TARGET_ALL = 15; 
     37    const TARGET_ALL      = 15; 
    3838 
    3939    /** 
     
    6767     */ 
    6868    public function finish(); 
    69  
    70     /** 
    71      * assure that a clone clones all properties of type stubClonable as well 
    72      * 
    73      * @todo  take comment away as soon as SimpleTests Mock::generate() supports __clone() 
    74      */ 
    75     #public function __clone(); 
    7669} 
    7770?>