$value) { $this->$key = $value; } } /** * @var string */ private $value; /** * * @var Doctrine\Tests\Common\Annotations\Fixtures\AnnotationTargetAnnotation */ private $annot; /** * @return string */ public function getValue() { return $this->value; } /** * @return Doctrine\Tests\Common\Annotations\Fixtures\AnnotationTargetAnnotation */ public function getAnnot() { return $this->annot; } }