You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
@Version1.1.0
4
4
5
-
Provides a class definition which can be used to instantiate an object that has properties and methods for manipulating lists of all the subfolder nodes and files contained within subfolder nodes for a defined parent directory. The specific parent directory can be passed as an optional argument to the object constructor.
5
+
Provides a class definition which can be used to instantiate an object that has properties and methods for manipulating lists of all the subfolder nodes and files contained within a defined parent directory. The specific parent directory can be passed as an optional argument to the object constructor.
6
6
7
-
If no directory path is supplied to the object constructor when the object is instantiated, the new object defaults to the directory of the local host system from where the php CLI was called.
7
+
If no parent directory path is supplied to the object constructor when the object is instantiated, the new object defaults to the directory of the local host system from where the php CLI was called.
0 commit comments