getName() : $entryName; parent::__construct(sprintf( 'Zip Entry "%s" was not found in the archive.', $entryName )); $this->entryName = $entryName; } /** * @return string */ public function getEntryName() { return $this->entryName; } }