ApiPlatform\Core\Tests\Fixtures\TestBundle\Action\ConfigCustom::__construct PHP Method

__construct() public method

public __construct ( ApiPlatform\Core\DataProvider\ItemDataProviderInterface $dataProvider )
$dataProvider ApiPlatform\Core\DataProvider\ItemDataProviderInterface
    public function __construct(ItemDataProviderInterface $dataProvider)
    {
        $this->dataProvider = $dataProvider;
    }