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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$id integer The id of the item to edit
$record array The data of the item to edit

공개 메소드들

메소드 설명
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 ( )

프로퍼티 상세

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

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

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

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