PHP 클래스 Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer

저자: Titouan Galopin ([email protected])
상속: implements Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface
파일 보기 프로젝트 열기: symfony/symfony

공개 메소드들

메소드 설명
__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 )