Exemplo n.º 1
0
 /**
  * @return void
  */
 public static function setCacheStorage(Nette\Caching\IStorage $storage)
 {
     self::$cacheStorage = $storage;
 }
Exemplo n.º 2
0
 /**
  * Returns all annotations.
  * @return XApp_Reflection_IAnnotation[][]
  */
 public function getAnnotations()
 {
     return XApp_Reflection_AnnotationsParser::getAll($this);
 }