Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Log_Manager_Edit_Fns Class Reference
Inheritance diagram for Log_Manager_Edit_Fns:
Asset_Edit_Fns MySource_Object

Public Member Functions

 Log_Manager_Edit_Fns ()
 
 paintLogList (&$lm, &$o, $prefix)
 
 processDownloadLogFile (Log_Manager $asset, Backend_Outputter $o, $prefix)
 
- Public Member Functions inherited from Asset_Edit_Fns
 Asset_Edit_Fns ()
 
 paintPaths (&$asset, &$o, $prefix)
 
 paintEditRemapURLs (&$asset, &$o, $prefix)
 
 processPaths (&$asset, &$o, $prefix)
 
 processEditRemapURLs (&$asset, &$o, $prefix)
 
 paintURLs (&$asset, &$o, $prefix)
 
 paintAddRemapURLs (&$asset, &$o, $prefix)
 
 processAddRemapURLs (&$asset, &$o, $prefix)
 
 isWorkflowComplete (&$asset)
 
 paintNoticeLinkedAsset (&$asset, $link_value, $type_codes=Array(), $field_name='', $multiple=FALSE)
 
 processNoticeLinkedAsset (&$asset, $link_value, $field_name='', $multiple=FALSE)
 
 isSearchInstalled (&$asset, $prefix)
 
 isBeingCreated (&$asset)
 
 isNotBeingCreated (&$asset)
 
 paintAutomaticRemapSetting (&$asset, &$o, $prefix)
 
 paintCreateLink (&$asset, &$o, $prefix)
 
- Public Member Functions inherited from MySource_Object
 MySource_Object ()
 
 __sleep ()
 
 __wakeup ()
 

Additional Inherited Members

- Data Fields inherited from Asset_Edit_Fns
 $static_screens
 

Detailed Description

Definition at line 33 of file log_manager_edit_fns.inc.

Member Function Documentation

Constructor

Definition at line 41 of file log_manager_edit_fns.inc.

paintLogList ( $lm,
$o,
  $prefix 
)

Paint Log List

Parameters
object&$lmlog manager
object&$othe Backend Outputter object
string$prefixprefix for the form elements
Returns
boolean public

Start monitoring a new log from the known log list

Rorces the refresh of the log

Loads log and re-sets the timeout counter

Load current log into the monitor frame

Load current log into the monitor frame

Set the number of lines to display

Sets the parameters of the last refresh

This function is used by the page included by the monitor when loaded, that function passes us some data that we can use in the next request or just for information display

Parameters
date_stringvalue number of bytes representing the offset into the log file
Returns
void

Set the offset at the end of the last line read from the log

this is required for smart reloading, i.e. obtaining entries starting from where the previous request finished

Parameters
integervalue number of bytes representing the offset into the log file
Returns
void

Enable log refresh

Sets the appropriate labels and kills the existing timer and starts a new one

Returns
void

Disable log refresh

Sets the appropriate labels and kills the timer

Toggle Refresh to the opposite state

Definition at line 66 of file log_manager_edit_fns.inc.

processDownloadLogFile ( Log_Manager  $asset,
Backend_Outputter  $o,
  $prefix 
)

Process the downloading of a log file

Parameters
Remap_Manager$assetThe asset that we are painting
Backend_Outputter$oThe outputter to inject the output into
string$prefixPrefix for form elements
Returns
boolean

Definition at line 404 of file log_manager_edit_fns.inc.


The documentation for this class was generated from the following file: