PHP 클래스 phprs\util\AnnotationReader

파일 보기 프로젝트 열기: caoym/phprs-restful 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
getClassAnnotations ( ReflectionClass $class, $record_doc = false )
getMethodAnnotations ( ReflectionMethod $method, $record_doc = false ) {@inheritDoc}
getPropertyAnnotations ( ReflectionProperty $property, $record_doc = false ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

public __construct ( )

getClassAnnotations() 공개 메소드

public getClassAnnotations ( ReflectionClass $class, $record_doc = false )
$class ReflectionClass

getMethodAnnotations() 공개 메소드

{@inheritDoc}
public getMethodAnnotations ( ReflectionMethod $method, $record_doc = false )
$method ReflectionMethod

getPropertyAnnotations() 공개 메소드

{@inheritDoc}
public getPropertyAnnotations ( ReflectionProperty $property, $record_doc = false )
$property ReflectionProperty