Signed-off-by: Roland Häder <roland@mxchange.org>
return $isFound;
}
- /**
- * Getter for the file pointer
- *
- * @return $filePointer The file pointer which shall be a valid file resource
- * @throws UnsupportedOperationException If this method is called
- */
- public final function getPointer () {
- throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
- }
-
/**
* Initializes the back-buffer by setting it to an empty string.
*
}
}
- // Get an iterator for the directory
- $directoryInstance = new DirectoryIterator($pathName);
-
// Create new instance
$pointerInstance = new FrameworkDirectoryPointer();
+ // Get an iterator for the directory
+ $directoryInstance = new DirectoryIterator($pathName);
+
// Set directory pointer and path name
$pointerInstance->setDirectoryInstance($directoryInstance);
$pointerInstance->setPathName($pathName);
--- /dev/null
+Deny from all
--- /dev/null
+Deny from all