queueManager->push($this->projectFileEventJob->withParams($file_id, self::EVENT_CREATE)); } /** * Fire file destruction event * * @access protected * @param integer $file_id */ protected function fireDestructionEvent($file_id) { $this->queueManager->push($this->projectFileEventJob->withParams($file_id, self::EVENT_DESTROY)); } }