X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fio%2Fclass_FrameworkDirectoryPointer.php;h=fbd45cf5b561f5c6abba91b1926090c8945f1aec;hp=e0a0c4e5bfcae51f016229ba1e1d758302787ad7;hb=e460e503df60eec92ab83b3167eed2e5399097f5;hpb=af9c1b531969b329657895e54d6bea9b89344b8c diff --git a/inc/classes/main/io/class_FrameworkDirectoryPointer.php b/inc/classes/main/io/class_FrameworkDirectoryPointer.php index e0a0c4e5..fbd45cf5 100644 --- a/inc/classes/main/io/class_FrameworkDirectoryPointer.php +++ b/inc/classes/main/io/class_FrameworkDirectoryPointer.php @@ -62,22 +62,21 @@ class FrameworkDirectoryPointer extends BaseFrameworkSystem { * Create a directory pointer based on the given path. The path will also * be verified here. * - * @param $pathName The path name we shall pass - * to opendir() - * @param $inConstructor If we are in de/con-structor - * or from somewhere else - * @throws PathIsEmptyException If the provided path name + * @param $pathName The path name we shall pass to opendir() + * @param $inConstructor If we are in de/con-structor or from somewhere + * else + * @return $pointerInstance A prepared instance of + * FrameworkDirectoryPointer + * @throws PathIsEmptyException If the provided path name * is empty * @throws InvalidPathStringException If the provided path name is - * not a string + * not a string * @throws PathIsNoDirectoryException If the provided path name is - * not valid + * not valid * @throws PathReadProtectedException If the provided path name is - * read-protected + * read-protected * @throws DirPointerNotOpened If opendir() returns not a - * directory resource - * @return $pointerInstance A prepared instance of - * FrameworkDirectoryPointer + * directory resource */ public final static function createFrameworkDirectoryPointer ($pathName, $inConstructor = false) { // Some pre-sanity checks...