ApiPlatform\Core\Tests\Fixtures\TestBundle\Action\ConfigCustom::__construct PHP Méthode

__construct() public méthode

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