]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/file_directories/stack/class_StackFile.php
Call these methods from the iterator.
[core.git] / inc / classes / main / file_directories / stack / class_StackFile.php
index df0bec75334b56eaf0c93b4996dcf74ce8d7fcd3..863362c3e10f056d0dad4662a51a944ddda04432 100644 (file)
@@ -36,10 +36,10 @@ class StackFile extends BaseFile implements Block {
         * Creates an instance of this File class and prepares it for usage
         *
         * @param       $fileName               Name of the stack file
-        * @param       $blockInstance  An instance of a CalculatableBlock class
+        * @param       $blockInstance  An instance of a Block class
         * @return      $fileInstance   An instance of this File class
         */
-       public final static function createStackFile ($fileName, CalculatableBlock $blockInstance) {
+       public final static function createStackFile ($fileName, Block $blockInstance) {
                // Get a new instance
                $fileInstance = new StackFile();