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

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

공개 메소드들

메소드 설명
modify ( MethodEndpoint $endpoint, ReflectionMethod $method )
modifyCollection ( EndpointCollection $endpoints, ReflectionClass $class )

메소드 상세

modify() 공개 메소드

public modify ( MethodEndpoint $endpoint, ReflectionMethod $method )
$endpoint Adamgoose\Routing\Annotations\MethodEndpoint
$method ReflectionMethod

modifyCollection() 공개 메소드

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