PHP 클래스 Adamgoose\Routing\Annotations\Annotations\Controller

상속: extends Annotation
파일 보기 프로젝트 열기: adamgoose/laravel-annotations

공개 메소드들

메소드 설명
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