callback = $callback; $this->ids = $ids; $this->warmerId = $warmer_id; } /** * Function to execute after claiming the item. */ public function process() { call_user_func($this->callback, $this->ids, $this->warmerId); } }