Changeset 832
- Timestamp:
- 08/14/07 22:36:14 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/annotations/stubAnnotation.php
r779 r832 35 35 * annotation is applicable for classes, properties, methods and functions 36 36 */ 37 const TARGET_ALL = 15;37 const TARGET_ALL = 15; 38 38 39 39 /** … … 67 67 */ 68 68 public function finish(); 69 70 /**71 * assure that a clone clones all properties of type stubClonable as well72 *73 * @todo take comment away as soon as SimpleTests Mock::generate() supports __clone()74 */75 #public function __clone();76 69 } 77 70 ?>
