Beispiel #1
0
 public function getAnnotations()
 {
     if ($this->annotations === false) {
         $this->annotations = Helper::getPropertyAnnotations($this);
     }
     return $this->annotations;
 }