X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig%2Fclass_FrameworkConfiguration.php;h=8d786742b6492a6589cdc576617a4fd782fd5512;hp=a49d4aa966b06c1726daa6b4adb2ab3f10893af3;hb=9a2de3adcd917b49c9c5fa33095ccbc3a7032e9f;hpb=c20fc3e6a992d5fa6c511a40c04a7c801e09adf7 diff --git a/inc/config/class_FrameworkConfiguration.php b/inc/config/class_FrameworkConfiguration.php index a49d4aa9..8d786742 100644 --- a/inc/config/class_FrameworkConfiguration.php +++ b/inc/config/class_FrameworkConfiguration.php @@ -361,6 +361,17 @@ class FrameworkConfiguration implements Registerable { // Our super interface "FrameworkInterface" requires this } + /** + * Checks if given field is set + * + * @param $fieldName Field name to check + * @return $isSet Whether the given field name is set + * @throws NullPointerException If the result instance is null + */ + public function isFieldSet ($fieldName) { + // Our super interface "FrameworkInterface" requires this + } + /** * Generates a code for hashes from this class *