Example #1
0
 public static function getAnnotationsForProperties()
 {
     $cls = self::DECOgetCalledClass();
     if (!array_key_exists($cls, self::$propertyAnnotations)) {
         self::$propertyAnnotations[$cls] = ann\AnnotationReader::getClassPropertiesAnnotations($cls);
     }
     return self::$propertyAnnotations[$cls];
 }