PHP Класс Collective\Annotations\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 Collective\Annotations\Routing\Annotations\EndpointCollection
$class ReflectionClass

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

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

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

Set the domain on the endpoints.
protected setEndpointDomains ( EndpointCollection $endpoints ) : void
$endpoints Collective\Annotations\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