PHP 클래스 Backend\Core\Engine\Base\ActionIndex

In this case this is the base class for the index action
상속: extends Action
파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$dataGrid Backend\Core\Engine\DataGridDB A datagrid instance

공개 메소드들

메소드 설명
execute ( ) Execute the current action This method will be overwritten in most of the actions, but still be called to add general stuff

메소드 상세

execute() 공개 메소드

Execute the current action This method will be overwritten in most of the actions, but still be called to add general stuff
public execute ( )

프로퍼티 상세

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

A datagrid instance
protected DataGridDB,Backend\Core\Engine $dataGrid
리턴 Backend\Core\Engine\DataGridDB