X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_BaseFrameworkSystem.php;h=abcefc8c35f6b2aaed66eaa6e7fa31ed0e3c14c1;hp=b13875fa7a71d1df7aca2103db2ada88d889d346;hb=0a638eea103f0f2b6c48374cb8d01e68893f5a65;hpb=65a9356fe91fab0489325b7f3a5662b8bbf0b110 diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index b13875fa..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 FrameworkFileInputOutputPointer instance + * Setter for InputOutputPointer instance * - * @param $pointerInstance An instance of an FrameworkFileInputOutputPointer + * @param $pointerInstance An instance of an InputOutputPointer * @return void */ - protected final function setPointerInstance (FrameworkFileInputOutputPointer $pointerInstance) { + protected final function setPointerInstance (InputOutputPointer $pointerInstance) { $this->pointerInstance = $pointerInstance; } /** - * Getter for FrameworkFileInputOutputPointer instance + * Getter for InputOutputPointer instance * - * @return $pointerInstance An instance of an FrameworkFileInputOutputPointer + * @return $pointerInstance An instance of an InputOutputPointer */ public final function getPointerInstance () { return $this->pointerInstance;