PHP 클래스 yii2tech\admin\actions\Restore

또한 보기: https://github.com/yii2tech/ar-softdelete
부터: 1.0
저자: Paul Klimov ([email protected])
상속: extends Action
파일 보기 프로젝트 열기: yii2tech/admin

공개 프로퍼티들

프로퍼티 타입 설명
$flash flash message to be set on success.

공개 메소드들

메소드 설명
run ( mixed $id ) : mixed Deletes a model.

메소드 상세

run() 공개 메소드

Deletes a model.
public run ( mixed $id ) : mixed
$id mixed id of the model to be deleted.
리턴 mixed response.

프로퍼티 상세

$flash 공개적으로 프로퍼티

flash message to be set on success.
또한 보기: Action::setFlash() for details on how setup flash.
public $flash