local = $local; $this->remote = $remote; $this->l11n = $l11n; } /** * Export data from request * * @param RequestAbstract $request Request * * @return array * * @since 1.0.0 */ abstract public function exportFromRequest(RequestAbstract $request, ResponseAbstract $response) : array; }