Class SkeletonLogViewer

Description

This class is an example for developping a log viewer plugin.

Located in /skeletonlogviewer.php (line 41)

FTSLogViewer
   |
   --SkeletonLogViewer
Method Summary
 Array retrieveLog ()
Variables

Inherited Variables

Inherited from FTSLogViewer

FTSLogViewer::$log
FTSLogViewer::$root
Methods
retrieveLog (line 53)

Write here your code to access the log of the transfer and return an array

You can use the FTSLog object attributes as input values for your plugin For example:

  • $this->log->getTransferId() to get the transfer ID
  • $this->log->getChannel() to get the transfer Channel

  • return: : an array with each row containg a line of the log file
  • see: FTSLog
  • access: public
Array retrieveLog ()

Redefinition of:
FTSLogViewer::retrieveLog()
Retrives the log as an array

Inherited Methods

Inherited From FTSLogViewer

 FTSLogViewer::__construct()
 FTSLogViewer::getLog()
 FTSLogViewer::retrieveLog()

Documentation generated on Tue, 09 Nov 2010 10:21:10 +0100 by phpDocumentor 1.4.3