PHP 클래스 yii2tech\admin\actions\Update

부터: 1.0
저자: Paul Klimov ([email protected])
상속: extends Action
파일 보기 프로젝트 열기: yii2tech/admin

공개 프로퍼티들

프로퍼티 타입 설명
$view name of the view, which should be rendered

공개 메소드들

메소드 설명
run ( mixed $id ) : mixed Updates existing record specified by id.

메소드 상세

run() 공개 메소드

Updates existing record specified by id.
public run ( mixed $id ) : mixed
$id mixed id of the model to be deleted.
리턴 mixed response.

프로퍼티 상세

$view 공개적으로 프로퍼티

name of the view, which should be rendered
public $view