Call these methods from the iterator.
[core.git] / inc / classes / main / file_directories / index / class_IndexFile.php
index 592c4fe10866809acdcfb0ceb364216f663396ec..c3190a1df38eb0e6c4e52b7171d5e8818fb69b0a 100644 (file)
@@ -36,10 +36,10 @@ class IndexFile extends BaseFile implements Block {
         * Creates an instance of this File class and prepares it for usage
         *
         * @param       $fileName               Name of the index 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 createIndexFile ($fileName, CalculatableBlock $blockInstance) {
+       public final static function createIndexFile ($fileName, Block $blockInstance) {
                // Get a new instance
                $fileInstance = new IndexFile();