|
@@ -92,6 +92,7 @@ class AnnotationDriver implements DriverInterface
|
|
$AccessType = $classAccessType;
|
|
$AccessType = $classAccessType;
|
|
$accessor = array(null, null);
|
|
$accessor = array(null, null);
|
|
foreach ($this->reader->getPropertyAnnotations($property) as $annot) {
|
|
foreach ($this->reader->getPropertyAnnotations($property) as $annot) {
|
|
|
|
+ if ($annot instanceof Since) {
|
|
$propertyMetadata->sinceVersion = $annot->version;
|
|
$propertyMetadata->sinceVersion = $annot->version;
|
|
} else if ($annot instanceof Until) {
|
|
} else if ($annot instanceof Until) {
|
|
$propertyMetadata->untilVersion = $annot->version;
|
|
$propertyMetadata->untilVersion = $annot->version;
|