Метод | Описание | |
---|---|---|
__construct ( Doctrine\Common\Annotations\Reader $reader, string $cacheDir, boolean $debug = false, $umask = 2 ) | Constructor. | |
clearLoadedAnnotations ( ) : void | Clears loaded annotations. | |
getClassAnnotation ( ReflectionClass $class, $annotationName ) | {@inheritDoc} | |
getClassAnnotations ( ReflectionClass $class ) | {@inheritDoc} | |
getMethodAnnotation ( ReflectionMethod $method, $annotationName ) | {@inheritDoc} | |
getMethodAnnotations ( ReflectionMethod $method ) | {@inheritDoc} | |
getPropertyAnnotation ( ReflectionProperty $property, $annotationName ) | {@inheritDoc} | |
getPropertyAnnotations ( ReflectionProperty $property ) | {@inheritDoc} |
Метод | Описание | |
---|---|---|
saveCacheFile ( string $path, mixed $data ) : void | Saves the cache file. |
public __construct ( Doctrine\Common\Annotations\Reader $reader, string $cacheDir, boolean $debug = false, $umask = 2 ) | ||
$reader | Doctrine\Common\Annotations\Reader | |
$cacheDir | string | |
$debug | boolean |
public clearLoadedAnnotations ( ) : void | ||
Результат | void |
public getClassAnnotation ( ReflectionClass $class, $annotationName ) | ||
$class | ReflectionClass |
public getClassAnnotations ( ReflectionClass $class ) | ||
$class | ReflectionClass |
public getMethodAnnotation ( ReflectionMethod $method, $annotationName ) | ||
$method | ReflectionMethod |
public getMethodAnnotations ( ReflectionMethod $method ) | ||
$method | ReflectionMethod |
public getPropertyAnnotation ( ReflectionProperty $property, $annotationName ) | ||
$property | ReflectionProperty |
public getPropertyAnnotations ( ReflectionProperty $property ) | ||
$property | ReflectionProperty |