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
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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