Nette\Reflection\AnnotationsParser::setCacheStorage PHP 메소드

setCacheStorage() 공개 정적인 메소드

public static setCacheStorage ( Nette\Caching\IStorage $storage ) : void
$storage Nette\Caching\IStorage
리턴 void
    public static function setCacheStorage(Nette\Caching\IStorage $storage)
    {
        self::$cacheStorage = $storage;
    }