Class yii\queue\db\InfoAction
| Inheritance | yii\queue\db\InfoAction » yii\queue\cli\Action » yii\base\Action | 
|---|
Info about queue status.
Public Properties
| Property | Type | Description | Defined By | 
|---|---|---|---|
| $controller | yii\queue\cli\Command|\yii\console\Controller | yii\queue\cli\Action | |
| $queue | yii\queue\db\Queue | yii\queue\db\InfoAction | 
Public Methods
| Method | Description | Defined By | 
|---|---|---|
| init() | yii\queue\cli\Action | |
| run() | Info about queue status. | yii\queue\db\InfoAction | 
Protected Methods
Property Details
Method Details
| protected \yii\db\Query getDelayed ( ) | 
| protected \yii\db\Query getDone ( ) | 
| protected \yii\db\Query getReserved ( ) | 
| protected \yii\db\Query getWaiting ( ) | 
Info about queue status.
| public void run ( ) |