

Public Member Functions | |
| list_file ($file, $title, $url="") | |
| show ($args) | |
Public Attributes | |
| $name = "FileList" | |
| $description = "This plugin allows you to insert a directory listing with icons and modification date. To make use of this plugin, insert <b>{FileList}</b> in your page where the file list should appear." | |
| $params = array('dirbase' => "", 'urlbase' => "", 'match' => "") | |
To make use of this plugin, insert {FileList} in your page where the file list should appear.
Definition at line 30 of file FileList.php.
| FileList::list_file | ( | $ | file, | |
| $ | title, | |||
| $ | url = "" | |||
| ) |
Prepare the output for a single file of the list.
| $file | ||
| $title | ||
| $url |
Definition at line 47 of file FileList.php.
References Diogenes_Plugin_Filter::$type.
Referenced by show().
| FileList::show | ( | $ | args | ) |
Show an instance of the FileList plugin.
| $args |
Definition at line 95 of file FileList.php.
References $params, and list_file().
Here is the call graph for this function:

| FileList::$name = "FileList" |
| FileList::$description = "This plugin allows you to insert a directory listing with icons and modification date. To make use of this plugin, insert <b>{FileList}</b> in your page where the file list should appear." |
Plugin description
Reimplemented from Diogenes_Plugin_Filter.
Definition at line 35 of file FileList.php.
| FileList::$params = array('dirbase' => "", 'urlbase' => "", 'match' => "") |
Plugin parameters
Reimplemented from Diogenes_Plugin_Skel.
Definition at line 38 of file FileList.php.
Referenced by show().
1.5.1