X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_BaseFrameworkSystem.php;h=02e04fe1b7367f8e93f4a966a88920bfcfdd177e;hp=40ad97b19e7315b97f11e4a03440a5de327a45ba;hb=81fbc762e1dd894060f110da8f9ee244a53fa6b0;hpb=7b2f569591ed4203e92af9575ebbd39e6e8758d8 diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index 40ad97b1..02e04fe1 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -23,6 +23,11 @@ * along with this program. If not, see . */ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { + /** + * Length of output from hash() + */ + private static $hashLength = NULL; + /** * The real class name */