node; } /** * returns metadata. if known, it already contains data from the database. * If the object is modified using its setters, changes are stored in database at the end of the event. * * @return IFilesMetadata * @since 28.0.0 */ public function getMetadata(): IFilesMetadata { return $this->metadata; } }