Sulu\Bundle\SearchBundle\Controller\SearchController::__construct PHP Method

__construct() public method

public __construct ( Massive\Bundle\SearchBundle\Search\SearchManagerInterface $searchManager, Massive\Bundle\SearchBundle\Search\Metadata\ProviderInterface $metadataProvider, Sulu\Component\Security\Authorization\SecurityCheckerInterface $securityChecker, FOS\RestBundle\View\ViewHandlerInterface $viewHandler, Sulu\Component\Rest\ListBuilder\ListRestHelperInterface $listRestHelper, Sulu\Bundle\SearchBundle\Search\Configuration\IndexConfigurationProviderInterface $indexConfigurationProvider )
$searchManager Massive\Bundle\SearchBundle\Search\SearchManagerInterface
$metadataProvider Massive\Bundle\SearchBundle\Search\Metadata\ProviderInterface
$securityChecker Sulu\Component\Security\Authorization\SecurityCheckerInterface
$viewHandler FOS\RestBundle\View\ViewHandlerInterface
$listRestHelper Sulu\Component\Rest\ListBuilder\ListRestHelperInterface
$indexConfigurationProvider Sulu\Bundle\SearchBundle\Search\Configuration\IndexConfigurationProviderInterface
    public function __construct(SearchManagerInterface $searchManager, ProviderInterface $metadataProvider, SecurityCheckerInterface $securityChecker, ViewHandlerInterface $viewHandler, ListRestHelperInterface $listRestHelper, IndexConfigurationProviderInterface $indexConfigurationProvider)
    {
        $this->searchManager = $searchManager;
        $this->metadataProvider = $metadataProvider;
        $this->securityChecker = $securityChecker;
        $this->viewHandler = $viewHandler;
        $this->listRestHelper = $listRestHelper;
        $this->indexConfigurationProvider = $indexConfigurationProvider;
    }