]> git.mxchange.org Git - core.git/commit - framework/main/classes/file_directories/class_BaseFileIo.php
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 7 Dec 2020 10:57:31 +0000 (11:57 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 7 Dec 2020 10:57:31 +0000 (11:57 +0100)
commit728805fb9d82980b98f0f301410c1c500c7aac7d
treed58a9616dc2a2d1bd66d31f2810ff14822424ec7
parentcc783d97086d21b6a675b8b5be801ca1af426a42
Continued:
- renamed BaseStacker/BaseFileStack->addValue() to addValueToStack()
- added more debug lines
- added more parameter validation
- updated index.php

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/file_directories/class_BaseFileIo.php
framework/main/classes/index/file_stack/class_FileStackIndex.php
framework/main/classes/iterator/file/class_FileIterator.php
framework/main/classes/stacker/class_BaseStacker.php
framework/main/classes/stacker/fifo/class_FiFoStacker.php
framework/main/classes/stacker/file/class_BaseFileStack.php
framework/main/classes/stacker/file/fifo/class_FiFoFileStack.php
framework/main/classes/stacker/filo/class_FiLoStacker.php
index.php