filename = $filename; } /** * Retrieves the filename associated with the object. * * @return string The filename assigned during object initialization. */ public function filename() { return $this->filename; } }