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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$dgRevisions Backend\Core\Engine\DataGridDB DataGrid with the revisions
$frm Backend\Core\Engine\Form The form instance
$id integer The id of the item to edit
$meta Backend\Core\Engine\Meta The backends meta-object
$record array The data of the item to edit

보호된 메소드들

메소드 설명
parse ( ) Parse the form

메소드 상세

parse() 보호된 메소드

Parse the form
protected parse ( )

프로퍼티 상세

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

DataGrid with the revisions
protected DataGridDB,Backend\Core\Engine $dgRevisions
리턴 Backend\Core\Engine\DataGridDB

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

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

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

The id of the item to edit
protected int $id
리턴 integer

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

The backends meta-object
protected Meta,Backend\Core\Engine $meta
리턴 Backend\Core\Engine\Meta

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

The data of the item to edit
protected array $record
리턴 array