/var/www/vhosts/nabawater/common/vendor/Addendum
NameSizeModeActions
Parser/-0775rm
Addendum.php33140664editdlrm
Annotation.php25710664editdlrm
AnnotationsBuilder.php22850664editdlrm
AnnotationsCollection.php12330664editdlrm
DocComment.php46920664editdlrm
LICENSE264210664editdlrm
ReflectionAnnotatedClass.php28260664editdlrm
ReflectionAnnotatedMethod.php10680664editdlrm
ReflectionAnnotatedProperty.php10720664editdlrm
Edit: /var/www/vhosts/nabawater/common/vendor/Addendum/ReflectionAnnotatedProperty.php (1072B)
annotations = $this->createAnnotationBuilder()->build($this); } public function hasAnnotation($class) { return $this->annotations->hasAnnotation($class); } public function getAnnotation($annotation) { return $this->annotations->getAnnotation($annotation); } public function getAnnotations() { return $this->annotations->getAnnotations(); } public function getAllAnnotations($restriction = false) { return $this->annotations->getAllAnnotations($restriction); } public function getDeclaringClass() { $class = parent::getDeclaringClass(); return new ReflectionAnnotatedClass($class->getName()); } protected function createAnnotationBuilder() { return new AnnotationsBuilder(); } }