entryContent = $entryContent; } /** * Returns an string content of the given entry. * * @return null|string * @throws ZipException */ public function getEntryContent() { return $this->entryContent; } }