PHP 클래스 WellCommerce\Bundle\SearchBundle\Controller\Front\SearchController

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\CoreBundle\Controller\Front\AbstractFrontController
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

공개 메소드들

메소드 설명
indexAction ( string $phrase ) : Response
viewAction ( string $phrase ) : Symfony\Component\HttpFoundation\JsonResponse

보호된 메소드들

메소드 설명
getIndexManager ( ) : IndexManager
search ( string $phrase ) : array

메소드 상세

getIndexManager() 보호된 메소드

protected getIndexManager ( ) : IndexManager
리턴 WellCommerce\Bundle\SearchBundle\Manager\IndexManager

indexAction() 공개 메소드

public indexAction ( string $phrase ) : Response
$phrase string
리턴 Symfony\Component\HttpFoundation\Response

viewAction() 공개 메소드

public viewAction ( string $phrase ) : Symfony\Component\HttpFoundation\JsonResponse
$phrase string
리턴 Symfony\Component\HttpFoundation\JsonResponse