CInbox (Common-Inbox)  0.1
Common functionality for ingesting files for archiving.
Public Member Functions | Static Public Member Functions | Public Attributes | Static Protected Attributes
TaskDirListCSV Class Reference
Inheritance diagram for TaskDirListCSV:
TaskDirListing CITask

List of all members.

Public Member Functions

 run ()
 getFilename ()

Static Public Member Functions

static getDirListAsCSV ($dirList)

Public Attributes

const TASK_LABEL = 'Directory listing (CSV)'
const FILE_SUFFIX = 'csv'

Static Protected Attributes

static $formatFileTime = DateTime::ISO8601

Detailed Description

Saves a directory listing in CSV format. It adds the file suffix 'self::FILE_SUFFIX', which defaults to "csv". Relies on TaskDirListing to create a list of files/folders of this item.

Author:
Peter Bubestinger-Steindl (pb@av-rd.com)
See also:

Member Function Documentation

Returns the actual filename (including path) for the directory listing.

Perform the actual steps of this task.

Reimplemented from TaskDirListing.


The documentation for this class was generated from the following file:
 All Classes Functions Variables