]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/io/class_FrameworkDirectoryPointer.php
Database result added, SqlException added
[shipsimu.git] / inc / classes / main / io / class_FrameworkDirectoryPointer.php
index f0f2dd8a9a5c0515f400468e23a3e529acab3f5a..7ce3c4ecb744e4639586a212cf90aa8edd6ec6fc 100644 (file)
@@ -67,11 +67,11 @@ 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
+        * @param       $pathName                               The path name we shall pass
         *                                                                      to opendir()
-        * @param               $inConstructor                          If we are in de/con-structor
+        * @param       $inConstructor                  If we are in de/con-structor
         *                                                                      or from somewhere else
-        * @throws      PathIsEmptyException            If the provided path name
+        * @throws      PathIsEmptyException    If the provided path name
         *                                                                      is empty
         * @throws      InvalidPathStringException      If the provided path name is
         *                                                                      not a string
@@ -79,9 +79,9 @@ class FrameworkDirectoryPointer extends BaseFrameworkSystem {
         *                                                                      not valid
         * @throws      PathReadProtectedException      If the provided path name is
         *                                                                      read-protected
-        * @throws      DirPointerNotOpened                     If opendir() returns not a
+        * @throws      DirPointerNotOpened             If opendir() returns not a
         *                                                                      directory resource
-        * @return      $pointerInstance                        A prepared instance of
+        * @return      $pointerInstance                A prepared instance of
         *                                                                      FrameworkDirectoryPointer
         */
        public final static function createFrameworkDirectoryPointer ($pathName, $inConstructor = false) {