PHP 클래스 Frontend\Modules\Search\Actions\Index

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

보호된 프로퍼티들

프로퍼티 타입 설명
$frm Frontend\Core\Engine\Form The form instance
$pagination array The pagination array It will hold all needed parameters, some of them need initialization.

공개 메소드들

메소드 설명
execute ( ) Execute the extra

비공개 메소드들

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

메소드 상세

execute() 공개 메소드

Execute the extra
public execute ( )

프로퍼티 상세

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

The form instance
protected Form,Frontend\Core\Engine $frm
리턴 Frontend\Core\Engine\Form

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

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