entity = $entity; $this->user = $user; $this->data = $data; $this->configuration = $configuration; $this->headers = new ParameterBag(); } /** * {@inheritdoc} */ public function getEntity() { return $this->entity; } /** * {@inheritdoc} */ public function getUser() { return $this->user; } /** * {@inheritdoc} */ public function getData() { return $this->data; } /** * {@inheritdoc} */ public function getHeaders() { return $this->headers; } /** * {@inheritdoc} */ public function getConfiguration() { return $this->configuration; } }