Introduced CalculatableBlock + basic implementation for valid().
authorRoland Haeder <roland@mxchange.org>
Fri, 23 May 2014 19:12:07 +0000 (21:12 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 23 May 2014 19:12:07 +0000 (21:12 +0200)
commit5ffe42efd591f1d84d65a93b2965cdf6931f9442
tree0499cd1978e06aa42bb0d766539e7cdeb624bbcd
parent4d5e646e386c113daa781f39b90ae4ec7ee17de9
Introduced CalculatableBlock + basic implementation for valid().

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/interfaces/calculatable/.htaccess [new file with mode: 0644]
inc/classes/interfaces/calculatable/class_CalculatableBlock.php [new file with mode: 0644]
inc/classes/interfaces/index/stack/class_IndexableStack.php
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/factories/index/class_FileStackIndexFactory.php
inc/classes/main/index/class_BaseIndex.php
inc/classes/main/index/file_stack/class_FileStackIndex.php
inc/classes/main/iterator/io/class_FileIoIterator.php
inc/classes/main/stacker/file/class_BaseFileStack.php
inc/classes/main/stacker/file/fifo/class_FiFoFileStack.php