process_factory = $process_factory; } /** * We need to include the hooks located in WP_Async_Request::__construct. */ public function add_hooks() { $this->process_factory->create_requested_types(); } }