PHP Class Queue\Controller\Admin\QueueController

Inheritance: extends App\Controller\AppController
Afficher le fichier Open project: dereuromark/cakephp-queue

Méthodes publiques

Свойство Type Description
$modelClass string

Méthodes publiques

Méthode Description
beforeFilter ( Cake\Event\Event $event ) : void QueueController::beforeFilter()
index ( ) : void Admin center.
reset ( ) : Response Truncate the queue list / table.

Méthodes protégées

Méthode Description
_status ( ) : array QueueController::_status()

Method Details

_status() protected méthode

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

beforeFilter() public méthode

QueueController::beforeFilter()
public beforeFilter ( Cake\Event\Event $event ) : void
$event Cake\Event\Event
Résultat void

index() public méthode

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

reset() public méthode

Truncate the queue list / table.
public reset ( ) : Response
Résultat Cake\Network\Response

Property Details

$modelClass public_oe property

public string $modelClass
Résultat string