PHP Класс RestLog, cakephp-rest-plugin

Наследование: extends RestAppModel
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$Encoder
$filedata
$logpaths
$restLogSettings

Открытые методы

Метод Описание
afterSave ( $created, $options = [] ) : Log fields to disk if necessary. Important to do after save so we can also use the ->id in the filename.
beforeSave ( $options = [] ) : Some log fields might be destined for disk instead of db

Описание методов

afterSave() публичный Метод

Log fields to disk if necessary. Important to do after save so we can also use the ->id in the filename.
public afterSave ( $created, $options = [] ) :
$created
Результат

beforeSave() публичный Метод

Some log fields might be destined for disk instead of db
public beforeSave ( $options = [] ) :
$options
Результат

Описание свойств

$Encoder публичное свойство

public $Encoder

$filedata публичное свойство

public $filedata

$logpaths публичное свойство

public $logpaths

$restLogSettings публичное свойство

public $restLogSettings