Squiz Matrix
4.12.2
|
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 | |
Definition at line 33 of file log_manager_edit_fns.inc.
Constructor
Definition at line 41 of file log_manager_edit_fns.inc.
paintLogList | ( | & | $lm, |
& | $o, | ||
$prefix | |||
) |
Paint Log List
object | &$lm | log manager |
object | &$o | the Backend Outputter object |
string | $prefix | prefix for the form elements |
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
date_string | value number of bytes representing the offset into the log file |
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
integer | value number of bytes representing the offset into the log file |
Enable log refresh
Sets the appropriate labels and kills the existing timer and starts a new one
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
Remap_Manager | $asset | The asset that we are painting |
Backend_Outputter | $o | The outputter to inject the output into |
string | $prefix | Prefix for form elements |
Definition at line 404 of file log_manager_edit_fns.inc.