PHP Class ApiPlatform\Core\Tests\Fixtures\TestBundle\Action\ConfigCustom

Author: Antoine Bluchet ([email protected])
Show file Open project: api-platform/core

Public Methods

Method Description
__construct ( ApiPlatform\Core\DataProvider\ItemDataProviderInterface $dataProvider )
__invoke ( Request $request, $id )

Method Details

__construct() public method

public __construct ( ApiPlatform\Core\DataProvider\ItemDataProviderInterface $dataProvider )
$dataProvider ApiPlatform\Core\DataProvider\ItemDataProviderInterface

__invoke() public method

public __invoke ( Request $request, $id )
$request Symfony\Component\HttpFoundation\Request