body = $body; $this->properties = $properties; } /** * {@inheritdoc} */ public function getBody() { return $this->body; } /** * {@inheritdoc} */ public function getProperties() { return $this->properties; } }