PHP 클래스 Crud\Action\ViewAction

Licensed under The MIT License For full copyright and license information, please see the LICENSE.txt
상속: extends BaseAction, use trait Crud\Traits\FindMethodTrait, use trait Crud\Traits\ViewTrait, use trait Crud\Traits\ViewVarTrait
파일 보기 프로젝트 열기: friendsofcake/crud

보호된 프로퍼티들

프로퍼티 타입 설명
$_defaultConfig array enabled Is this crud action enabled or disabled findMethod The default Model::find() method for reading data view A map of the controller action and the view to render If NULL (the default) the controller action name will be used

보호된 메소드들

메소드 설명
_handle ( string | null $id = null ) : void Generic HTTP handler

메소드 상세

_handle() 보호된 메소드

Generic HTTP handler
protected _handle ( string | null $id = null ) : void
$id string | null Record id
리턴 void

프로퍼티 상세

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

enabled Is this crud action enabled or disabled findMethod The default Model::find() method for reading data view A map of the controller action and the view to render If NULL (the default) the controller action name will be used
protected array $_defaultConfig
리턴 array