Beispiel #1
0
 public static function skipAnnotationCache($bool = true)
 {
     self::$skipCache = $bool;
     self::$data = null;
 }