PHP 클래스 RestLog, cakephp-rest-plugin

상속: extends RestAppModel
파일 보기 프로젝트 열기: kvz/cakephp-rest-plugin

공개 프로퍼티들

프로퍼티 타입 설명
$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