PHP 클래스 Backend\Modules\FormBuilder\Actions\Data

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

보호된 프로퍼티들

프로퍼티 타입 설명
$frm Backend\Core\Engine\Form The form instance

공개 메소드들

메소드 설명
execute ( ) Execute the action

보호된 메소드들

메소드 설명
parse ( ) Parse the datagrid and the reports

비공개 메소드들

메소드 설명
buildQuery ( ) : array Builds the query for this datagrid
getData ( ) Get the data
loadDataGrid ( ) Load the datagrids
loadForm ( ) Load the form
setFilter ( ) Sets the filter based on the $_GET array.

메소드 상세

execute() 공개 메소드

Execute the action
public execute ( )

parse() 보호된 메소드

Parse the datagrid and the reports
protected parse ( )

프로퍼티 상세

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

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