Changeset 722
- Timestamp:
- 06/10/07 11:02:26 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/annotations/stubAbstractAnnotation.php
r720 r722 49 49 { 50 50 foreach (get_object_vars($this) as $name => $value) { 51 // FIXME: stubObject is not a really good indication of whether the52 // object is clonable or not. Probably think about a new53 // interface net.stubbles.stubClonable.54 51 if (is_object($value) == true && $value instanceof stubClonable) { 55 52 $this->$name = clone $this->$name;
