PHP 클래스 DebugKit\Model\Table\RequestsTable

상속: extends Cake\ORM\Table, use trait LazyTableTrait
파일 보기 프로젝트 열기: cakephp/debug_kit

공개 메소드들

메소드 설명
defaultConnectionName ( ) : string DebugKit tables are special.
findRecent ( Query $query, array $options ) : Query Finder method to get recent requests as a simple array
gc ( ) : void Garbage collect old request data.
initialize ( array $config ) : void initialize method

메소드 상세

defaultConnectionName() 공개 정적인 메소드

DebugKit tables are special.
public static defaultConnectionName ( ) : string
리턴 string

findRecent() 공개 메소드

Finder method to get recent requests as a simple array
public findRecent ( Query $query, array $options ) : Query
$query Cake\ORM\Query The query
$options array The options
리턴 Cake\ORM\Query The query.

gc() 공개 메소드

Delete request data that is older than 2 weeks old. This method will only trigger periodically.
public gc ( ) : void
리턴 void

initialize() 공개 메소드

initialize method
public initialize ( array $config ) : void
$config array Config data.
리턴 void