PHP Класс Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer

Автор: Titouan Galopin ([email protected])
Наследование: implements Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Doctrine\Common\Annotations\Reader $annotationReader, string $phpArrayFile, Psr\Cache\CacheItemPoolInterface $fallbackPool )
isOptional ( )
warmUp ( $cacheDir )

Приватные методы

Метод Описание
readAllComponents ( Doctrine\Common\Annotations\Reader $reader, $class )

Описание методов

__construct() публичный Метод

public __construct ( Doctrine\Common\Annotations\Reader $annotationReader, string $phpArrayFile, Psr\Cache\CacheItemPoolInterface $fallbackPool )
$annotationReader Doctrine\Common\Annotations\Reader
$phpArrayFile string The PHP file where annotations are cached.
$fallbackPool Psr\Cache\CacheItemPoolInterface The pool where runtime-discovered annotations are cached.

isOptional() публичный Метод

public isOptional ( )

warmUp() публичный Метод

public warmUp ( $cacheDir )