data = $data; } /** * Returns entry data. * * @return string */ public function getEntryContent() { return $this->data; } }