| Total Complexity | 7 |
| Total Lines | 52 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | class Queue |
||
| 26 | { |
||
| 27 | // Constants |
||
| 28 | // ========================================================================= |
||
| 29 | |||
| 30 | // Static Methods |
||
| 31 | // ========================================================================= |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Run the queue if we can run it via the web interface |
||
| 35 | * |
||
| 36 | * @return void |
||
| 37 | */ |
||
| 38 | public static function run() |
||
| 59 | } |
||
| 60 | |||
| 61 | /** |
||
| 62 | * Run the queue via CLI command |
||
| 63 | * |
||
| 64 | * @return void |
||
| 65 | */ |
||
| 66 | public static function runConsole() |
||
| 79 |