FileAccess Orion

AnnotationsCacheWarmer extends AbstractPhpFileCacheWarmer
in package

Warms up annotation caches for classes found in composer's autoload class map and declared in DI bundle extensions using the addAnnotatedClassesToCache method.

Tags
author

Titouan Galopin galopintitouan@gmail.com

Table of Contents

$annotationReader  : mixed
$debug  : mixed
$excludeRegexp  : mixed
__construct()  : mixed
doWarmUp()  : mixed
{@inheritdoc}
readAllComponents()  : mixed

Properties

Methods

__construct()

public __construct(Reader $annotationReader, string $phpArrayFile[, string $excludeRegexp = null ][, bool $debug = false ]) : mixed
Parameters
$annotationReader : Reader
$phpArrayFile : string

The PHP file where annotations are cached

$excludeRegexp : string = null
$debug : bool = false
Return values
mixed

readAllComponents()

private readAllComponents(Reader $reader, string $class) : mixed
Parameters
$reader : Reader
$class : string
Return values
mixed

Search results