PHP Class phprs\util\AnnotationReader

Afficher le fichier Open project: caoym/phprs-restful Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( )
getClassAnnotations ( ReflectionClass $class, $record_doc = false )
getMethodAnnotations ( ReflectionMethod $method, $record_doc = false ) {@inheritDoc}
getPropertyAnnotations ( ReflectionProperty $property, $record_doc = false ) {@inheritDoc}

Method Details

__construct() public méthode

public __construct ( )

getClassAnnotations() public méthode

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

getMethodAnnotations() public méthode

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

getPropertyAnnotations() public méthode

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