change namespace of iterators from SeedDMS to SeedDMS\Core

This commit is contained in:
Uwe Steinmann 2022-11-18 11:20:18 +01:00
parent bafa55b489
commit a9feb3e182
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
namespace SeedDMS; namespace SeedDMS\Core;
/** /**
* Implementation of the document iterartor * Implementation of the document iterartor

View File

@ -32,6 +32,7 @@
- add SeedDMS_Core_DMS::getDuplicateSequenceNo() and SeedDMS_Core_Folder::reorderDocuments() - add SeedDMS_Core_DMS::getDuplicateSequenceNo() and SeedDMS_Core_Folder::reorderDocuments()
- add SeedDMS_Core_File::mimetype(), fix SeedDMS_Core_File::moveDir() - add SeedDMS_Core_File::mimetype(), fix SeedDMS_Core_File::moveDir()
- all file operations use methods of SeedDMS_Core_File - all file operations use methods of SeedDMS_Core_File
- change namespace of iterators from SeedDMS to SeedDMS\Core
</notes> </notes>
<contents> <contents>
<dir baseinstalldir="SeedDMS" name="/"> <dir baseinstalldir="SeedDMS" name="/">