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

Наследование: extends Annotation
Показать файл Открыть проект

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

Метод Описание
modifyCollection ( EndpointCollection $endpoints, ReflectionClass $class )

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

Метод Описание
prefixEndpoints ( EndpointCollection $endpoints ) : void Set the prefixes on the endpoints.
setEndpointDomains ( EndpointCollection $endpoints ) : void Set the domain on the endpoints.
trimPath ( string $prefix, string $path ) : string Trim the path slashes for a given prefix and path.

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

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

public modifyCollection ( EndpointCollection $endpoints, ReflectionClass $class )
$endpoints Adamgoose\Routing\Annotations\EndpointCollection
$class ReflectionClass

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

Set the prefixes on the endpoints.
protected prefixEndpoints ( EndpointCollection $endpoints ) : void
$endpoints Adamgoose\Routing\Annotations\EndpointCollection
Результат void

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

Set the domain on the endpoints.
protected setEndpointDomains ( EndpointCollection $endpoints ) : void
$endpoints Adamgoose\Routing\Annotations\EndpointCollection
Результат void

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

Trim the path slashes for a given prefix and path.
protected trimPath ( string $prefix, string $path ) : string
$prefix string
$path string
Результат string