PHP Class WellCommerce\Bundle\SearchBundle\Controller\Front\SearchController

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Controller\Front\AbstractFrontController
Afficher le fichier Open project: wellcommerce/wellcommerce

Méthodes publiques

Méthode Description
indexAction ( string $phrase ) : Response
viewAction ( string $phrase ) : Symfony\Component\HttpFoundation\JsonResponse

Méthodes protégées

Méthode Description
getIndexManager ( ) : IndexManager
search ( string $phrase ) : array

Method Details

getIndexManager() protected méthode

protected getIndexManager ( ) : IndexManager
Résultat WellCommerce\Bundle\SearchBundle\Manager\IndexManager

indexAction() public méthode

public indexAction ( string $phrase ) : Response
$phrase string
Résultat Symfony\Component\HttpFoundation\Response

viewAction() public méthode

public viewAction ( string $phrase ) : Symfony\Component\HttpFoundation\JsonResponse
$phrase string
Résultat Symfony\Component\HttpFoundation\JsonResponse