PHP Class Jarves\Extractor\Handler\ObjectCrudHandler

Inheritance: implements Nelmio\ApiDocBundle\Extractor\HandlerInterface
Show file Open project: jarves/jarves

Protected Properties

Property Type Description
$jarves Jarves\Jarves

Public Methods

Method Description
__construct ( Jarves $jarves, Objects $objects ) ObjectCrudHandler constructor.
handle ( Nelmio\ApiDocBundle\Annotation\ApiDoc $annotation, array $annotations, Symfony\Component\Routing\Route $route, ReflectionMethod $method )

Method Details

__construct() public method

ObjectCrudHandler constructor.
public __construct ( Jarves $jarves, Objects $objects )
$jarves Jarves\Jarves
$objects Jarves\Objects

handle() public method

public handle ( Nelmio\ApiDocBundle\Annotation\ApiDoc $annotation, array $annotations, Symfony\Component\Routing\Route $route, ReflectionMethod $method )
$annotation Nelmio\ApiDocBundle\Annotation\ApiDoc
$annotations array
$route Symfony\Component\Routing\Route
$method ReflectionMethod

Property Details

$jarves protected property

protected Jarves,Jarves $jarves
return Jarves\Jarves