コード例 #1
0
 /**
  * @return void
  */
 public static function setCacheStorage(Nette\Caching\IStorage $storage)
 {
     self::$cacheStorage = $storage;
 }
コード例 #2
0
ファイル: Property.php プロジェクト: xamiro-dev/xamiro
 /**
  * Returns all annotations.
  * @return XApp_Reflection_IAnnotation[][]
  */
 public function getAnnotations()
 {
     return XApp_Reflection_AnnotationsParser::getAll($this);
 }