/** * @param $extraParams * @param null $originalImageURL * @return string */ public function renderCustomImageURL($extraParams, $originalImageURL = null) { return \ImagickDemo\Route::renderImageURL($this->taskQueue->isActive(), $this->getCustomImageURL($extraParams), $originalImageURL, $this->getImageStatusURL()); }
public function getImageStatusURL($extraParams = []) { $path = Route::getImageStatusURL($this->activeCategory, $this->activeExample); return $path . '?' . http_build_query($extraParams); }