Exemple #1
0
 public function deleteQueue(ImagickTaskQueue $taskQueue)
 {
     $taskQueue->clearAllQueue();
     $taskQueue->clearErrors();
     return new TextBody("Some stuff should be cleared.");
 }