X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_BaseFrameworkSystem.php;h=e3d1584869e1be61fc0b5ea8c26bbc48737a5341;hb=8da8c73c7c0e93f643408dfd28a7793f87b8cc97;hp=e26468c294579141f98d40990952f672e2c9e1c3;hpb=43ba79ff44859684163d7c3d5a5581ef8a89d352;p=core.git diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index e26468c2..e3d15848 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -444,7 +444,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { } /** - * Destructor for all classes + * Destructor for all classes. You should not call this method on your own. * * @return void */ @@ -1871,6 +1871,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { * * @param $className Name of the class (currently unsupported) * @return $debugInstance An instance of a debugger class + * @deprecated Not fully, as the new Logger facilities are not finished yet. */ public final static function createDebugInstance ($className) { // Is the instance set?