Moved some code to BaseFrameworkSystem, and yes: getBlockSeparator() looks stupid...
[core.git] / inc / classes / interfaces / calculatable / class_CalculatableBlock.php
index ba98085729329e0a60a8b3d3de6175c3f9ed720c..6d472687ce2bfe1a73c1d4429ee40041131627aa 100644 (file)
@@ -28,6 +28,14 @@ interface CalculatableBlock extends FrameworkInterface {
         * @return      $length         Minimum length for one entry/block
         */
        function caluclateMinimumBlockLength ();
+
+       /**
+        * Checks whether the block separator has been found
+        *
+        * @param       $str            String to look in
+        * @return      $isFound        Whether the block separator has been found
+        */
+       function isBlockSeparatorFound ($str);
 }
 
 // [EOF]