PHP Class Adamgoose\Routing\Annotations\Annotations\Where

Inheritance: extends Annotation
Show file Open project: adamgoose/laravel-annotations

Public Methods

Method Description
modify ( MethodEndpoint $endpoint, ReflectionMethod $method )
modifyCollection ( EndpointCollection $endpoints, ReflectionClass $class )

Method Details

modify() public method

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

modifyCollection() public method

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