public function QueueUISystemQueue::__construct in Queue UI 7.2
Starting working with a Queue class.
Overrides QueueUIInterface::__construct
File
- lib/
QueueUISystemQueue.php, line 7
Class
Code
public function __construct() {
$this->inspect = TRUE;
}