PHP 클래스 Doctrine\Common\Annotations\FileCacheReader

사용 중단: the FileCacheReader is deprecated and will be removed in version 2.0.0 of doctrine/annotations. Please use the {@see \Doctrine\Common\Annotations\CachedReader} instead.
저자: Johannes M. Schmitt ([email protected])
저자: Benjamin Eberlei ([email protected])
상속: implements Doctrine\Common\Annotations\Reader
파일 보기 프로젝트 열기: doctrine/annotations 1 사용 예제들

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Doctrine\Common\Annotations\Reader $reader, string $cacheDir, boolean $debug = false, $umask = 2 )
$reader Doctrine\Common\Annotations\Reader
$cacheDir string
$debug boolean

clearLoadedAnnotations() 공개 메소드

Clears loaded annotations.
public clearLoadedAnnotations ( ) : void
리턴 void

getClassAnnotation() 공개 메소드

{@inheritDoc}
public getClassAnnotation ( ReflectionClass $class, $annotationName )
$class ReflectionClass

getClassAnnotations() 공개 메소드

{@inheritDoc}
public getClassAnnotations ( ReflectionClass $class )
$class ReflectionClass

getMethodAnnotation() 공개 메소드

{@inheritDoc}
public getMethodAnnotation ( ReflectionMethod $method, $annotationName )
$method ReflectionMethod

getMethodAnnotations() 공개 메소드

{@inheritDoc}
public getMethodAnnotations ( ReflectionMethod $method )
$method ReflectionMethod

getPropertyAnnotation() 공개 메소드

{@inheritDoc}
public getPropertyAnnotation ( ReflectionProperty $property, $annotationName )
$property ReflectionProperty

getPropertyAnnotations() 공개 메소드

{@inheritDoc}
public getPropertyAnnotations ( ReflectionProperty $property )
$property ReflectionProperty