mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-02 02:12:37 +02:00
Documentation fixes
This commit is contained in:
@@ -66,7 +66,7 @@ class DirectoryLister {
|
||||
/**
|
||||
* Creates the directory listing and returns the formatted XHTML
|
||||
*
|
||||
* @param string $path Relative path of directory to list
|
||||
* @param string $directory Relative path of directory to list
|
||||
* @return array Array of directory being listed
|
||||
* @access public
|
||||
*/
|
||||
@@ -280,7 +280,7 @@ class DirectoryLister {
|
||||
/**
|
||||
* Returns array of file hash values
|
||||
*
|
||||
* @param string $path Path to file
|
||||
* @param string $filePath Path to file
|
||||
* @return array Array of file hashes
|
||||
* @access public
|
||||
*/
|
||||
@@ -371,7 +371,7 @@ class DirectoryLister {
|
||||
/**
|
||||
* Validates and returns the directory path
|
||||
*
|
||||
* @param string @dir Directory path
|
||||
* @param string $dir Directory path
|
||||
* @return string Directory path to be listed
|
||||
* @access protected
|
||||
*/
|
||||
@@ -433,7 +433,7 @@ class DirectoryLister {
|
||||
* file path, size, modification time, icon and sort order.
|
||||
*
|
||||
* @param string $directory Directory path
|
||||
* @param @sort Sort method (default = natcase)
|
||||
* @param string $sort Sort method (default = natcase)
|
||||
* @return array Array of the directory contents
|
||||
* @access protected
|
||||
*/
|
||||
|
Reference in New Issue
Block a user