PHP 클래스 Queue\Controller\Admin\QueueController

상속: extends App\Controller\AppController
파일 보기 프로젝트 열기: dereuromark/cakephp-queue

공개 프로퍼티들

프로퍼티 타입 설명
$modelClass string

공개 메소드들

메소드 설명
beforeFilter ( Cake\Event\Event $event ) : void QueueController::beforeFilter()
index ( ) : void Admin center.
reset ( ) : Response Truncate the queue list / table.

보호된 메소드들

메소드 설명
_status ( ) : array QueueController::_status()

메소드 상세

_status() 보호된 메소드

If pid loggin is enabled, will return an array with - time: int Timestamp - workers: int Count of currently running workers
protected _status ( ) : array
리턴 array Status array

beforeFilter() 공개 메소드

QueueController::beforeFilter()
public beforeFilter ( Cake\Event\Event $event ) : void
$event Cake\Event\Event
리턴 void

index() 공개 메소드

Manage queues from admin backend (without the need to open ssh console window).
public index ( ) : void
리턴 void

reset() 공개 메소드

Truncate the queue list / table.
public reset ( ) : Response
리턴 Cake\Network\Response

프로퍼티 상세

$modelClass 공개적으로 프로퍼티

public string $modelClass
리턴 string