X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_BaseFrameworkSystem.php;h=abcefc8c35f6b2aaed66eaa6e7fa31ed0e3c14c1;hp=e831f5d2542bc1480e6a22559ab7035edb126cd6;hb=0a638eea103f0f2b6c48374cb8d01e68893f5a65;hpb=0a8b4b46ee0cb91e509710e6b3eea738f00ba6ce diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index e831f5d2..abcefc8c 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -1224,19 +1224,19 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { } /** - * Setter for FrameworkInputOutputPointer instance + * Setter for InputOutputPointer instance * - * @param $pointerInstance An instance of an FrameworkInputOutputPointer + * @param $pointerInstance An instance of an InputOutputPointer * @return void */ - protected final function setPointerInstance (FrameworkInputOutputPointer $pointerInstance) { + protected final function setPointerInstance (InputOutputPointer $pointerInstance) { $this->pointerInstance = $pointerInstance; } /** - * Getter for FrameworkInputOutputPointer instance + * Getter for InputOutputPointer instance * - * @return $pointerInstance An instance of an FrameworkInputOutputPointer + * @return $pointerInstance An instance of an InputOutputPointer */ public final function getPointerInstance () { return $this->pointerInstance;