action = $action; $this->priority = $priority; } public function getAction(...$data) { return call_user_func($this->action, $data); } }