PHP Класс Adamgoose\Routing\Annotations\AnnotationSet

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$class array The class annotations.
$method array The method annotations.

Открытые методы

Метод Описание
__construct ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : void Create a new annotation set instance.

Защищенные методы

Метод Описание
getMethodAnnotations ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : array Get the method annotations for a given class.

Описание методов

__construct() публичный метод

Create a new annotation set instance.
public __construct ( ReflectionClass $class, Doctrine\Common\Annotations\SimpleAnnotationReader $reader ) : void
$class ReflectionClass
$reader Doctrine\Common\Annotations\SimpleAnnotationReader
Результат void

getMethodAnnotations() защищенный метод

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
Результат array

Описание свойств

$class публичное свойство

The class annotations.
public array $class
Результат array

$method публичное свойство

The method annotations.
public array $method
Результат array