PHP 클래스 Frontend\Modules\Search\Ajax\Livesuggest

상속: extends Frontend\Core\Engine\Base\AjaxAction
파일 보기 프로젝트 열기: forkcms/forkcms

보호된 프로퍼티들

프로퍼티 타입 설명
$pagination array The pagination array It will hold all needed parameters, some of them need initialization.

공개 메소드들

메소드 설명
execute ( ) Execute the action

보호된 메소드들

메소드 설명
parsePagination ( ) Parse pagination

비공개 메소드들

메소드 설명
display ( ) Display
getCachedData ( ) : boolean Load the cached data
getRealData ( ) Load the data
parse ( ) Parse the data into the template
validateForm ( ) Validate the form

메소드 상세

execute() 공개 메소드

Execute the action
public execute ( )

parsePagination() 보호된 메소드

Parse pagination
protected parsePagination ( )

프로퍼티 상세

$pagination 보호되어 있는 프로퍼티

The pagination array It will hold all needed parameters, some of them need initialization.
protected array $pagination
리턴 array