PHP 클래스 Collective\Annotations\Routing\Annotations\Annotations\Where

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

공개 메소드들

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

메소드 상세

modify() 공개 메소드

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

modifyCollection() 공개 메소드

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