PHP Class phprs\util\AnnotationReader

Datei anzeigen Open project: caoym/phprs-restful Class Usage Examples

Public Methods

Method 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 method

public __construct ( )

getClassAnnotations() public method

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

getMethodAnnotations() public method

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

getPropertyAnnotations() public method

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