PHP Class Adamgoose\Routing\Annotations\AnnotationSet

ファイルを表示 Open project: adamgoose/laravel-annotations

Public Properties

Property Type Description
$class array The class annotations.
$method array The method annotations.

Public Methods

Method Description
__construct ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : void Create a new annotation set instance.

Protected Methods

Method Description
getMethodAnnotations ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : array Get the method annotations for a given class.

Method Details

__construct() public method

Create a new annotation set instance.
public __construct ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : void
$class ReflectionClass
$reader Doctrine\Common\Annotations\SimpleAnnotationReader
return void

getMethodAnnotations() protected method

Get the method annotations for a given class.
protected getMethodAnnotations ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : array
$class ReflectionClass
$reader Doctrine\Common\Annotations\SimpleAnnotationReader
return array

Property Details

$class public_oe property

The class annotations.
public array $class
return array

$method public_oe property

The method annotations.
public array $method
return array