PHP 클래스 Backend\Modules\Location\Actions\Edit

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

보호된 프로퍼티들

프로퍼티 타입 설명
$settings array
$settingsForm Backend\Core\Engine\Form The settings form

공개 메소드들

메소드 설명
execute ( ) Execute the action

보호된 메소드들

메소드 설명
loadSettingsForm ( ) Load the settings form
parse ( ) Parse the form

비공개 메소드들

메소드 설명
loadData ( ) Get the data
loadForm ( ) Load the form
validateForm ( ) Validate the form

메소드 상세

execute() 공개 메소드

Execute the action
public execute ( )

loadSettingsForm() 보호된 메소드

Load the settings form
protected loadSettingsForm ( )

parse() 보호된 메소드

Parse the form
protected parse ( )

프로퍼티 상세

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

protected array $settings
리턴 array

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

The settings form
protected Form,Backend\Core\Engine $settingsForm
리턴 Backend\Core\Engine\Form