description; } /** * {@inheritdoc} */ public function setDescription($description) { $this->description = $description; return $this; } /** * {@inheritdoc} */ public function shouldCreateNewRevision() { return $this->new_revision; } }