|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| HIPO_Job_Clear_Cache ($code_name='') | |
| getCodeName () | |
| getHipoName () | |
| getInitialStepData () | |
| getThresholdPercentageRequired () | |
| freestyle () | |
| prepare () | |
| processClearCacheTable (&$step_data, $prefix) | |
| processClearCacheFile (&$step_data, $prefix) | |
| processRepopulate (&$step_data, $prefix) | |
Public Member Functions inherited from HIPO_Job | |
| HIPO_Job ($code_name='') | |
| getCodeName () | |
| getHipoName () | |
| getInitialStepData () | |
| complete () | |
| percentDone () | |
| & | getRunningVars () |
| setRunningVars (&$vars) | |
| setOption ($name, $value) | |
| getOption ($name) | |
| setHipoVar ($name, $value) | |
| getHipoVar ($name) | |
| _addError ($error, $warning=FALSE) | |
| getErrors () | |
| prepare () | |
| initialise ($source_code_name=NULL) | |
| getThreshold () | |
| getThresholdPercentageRequired () | |
| freestyle () | |
| load ($code_name) | |
| save ($ignore_running_mode=FALSE) | |
| _updateProgress () | |
| _renewLastUpdated ($new_time=NULL) | |
| & | _getSubJob () |
| getInitialiseMode () | |
| setRunningMode ($mode, $server_taskid='') | |
| getRunningMode () | |
| autoStep () | |
| getNextStep () | |
| skipStep ($stepid=0) | |
| paint (&$o, $nested=FALSE) | |
| process () | |
| processWeb (&$step_data, $prefix) | |
| processServer (&$step_data, $prefix) | |
| abort ($abort_source=TRUE, $abort_dependant=TRUE) | |
| jobAborted () | |
| _paintErrorReport () | |
| paintStepDefault (&$step_data, &$o, $prefix) | |
| _errorHandler ($err_no, $err_msg, $err_file, $err_line) | |
| getDependantHipoJob () | |
Public Member Functions inherited from MySource_Object | |
| MySource_Object () | |
| __sleep () | |
| __wakeup () | |
Static Public Member Functions | |
| static | paintConfig (&$o, $class, $write_access) |
| static | getConfigVars () |
Static Public Member Functions inherited from HIPO_Job | |
| static | paintConfig (&$o, $class, $write_access) |
| static | getConfigVars () |
| static | paintProgressBar ($percent_done, $message='', $label_class='sq-hipo-progress-bar-label', $percent_class='sq-hipo-progress-bar-percent', $bar_main_class='sq-hipo-progress-bar-main', $bar_done_class='sq-hipo-progress-bar-done') |
Additional Inherited Members | |
Data Fields inherited from HIPO_Job | |
| $code_name = '' | |
| $source_code_name = '' | |
| $userid = 0 | |
| $last_updated = 0 | |
| $hipo_name = '' | |
| $is_prepared = FALSE | |
| $uses_trans = TRUE | |
| $_hipo_vars | |
| $_options | |
| $_running_vars = Array() | |
| $_current_mode = 'web' | |
| $_steps = Array() | |
Definition at line 39 of file hipo_job_clear_cache.inc.
| freestyle | ( | ) |
Performs the duties of this hipo, without showing any output on the frontend.
Definition at line 206 of file hipo_job_clear_cache.inc.
| getCodeName | ( | ) |
Returns a unique codename the HIPO can use to ensure it is not being run twice
Definition at line 103 of file hipo_job_clear_cache.inc.
|
static |
Sets some info about thresholds that this hipo requires.
Definition at line 88 of file hipo_job_clear_cache.inc.
| getHipoName | ( | ) |
Returns the (localised) HIPO name
Definition at line 125 of file hipo_job_clear_cache.inc.
| getInitialStepData | ( | ) |
Returns the steps in this hipo, possibly with localised step names and messages
Definition at line 139 of file hipo_job_clear_cache.inc.
| getThresholdPercentageRequired | ( | ) |
Returns the current Threshold.
Returns a value that represents the total percentage that this hipo would run in freestyle mode in its current state.
Definition at line 191 of file hipo_job_clear_cache.inc.
| HIPO_Job_Clear_Cache | ( | $code_name = '' | ) |
Constructor
| string | $code_name | a unique codename the HIPO |
Definition at line 48 of file hipo_job_clear_cache.inc.
|
static |
Paints backend of this job
| object | &$o | reference to the backend outputter |
| string | $class | calling class name |
Definition at line 64 of file hipo_job_clear_cache.inc.
| prepare | ( | ) |
Prepares the running vars and gets a list of the cache directories in the system
Definition at line 244 of file hipo_job_clear_cache.inc.
| processClearCacheFile | ( | & | $step_data, |
| $prefix | |||
| ) |
Processes the clearing of the actual cache files
| array | &$step_data | data the data for the steps |
| string | $prefix | the unique prefix |
Definition at line 366 of file hipo_job_clear_cache.inc.
| processClearCacheTable | ( | & | $step_data, |
| $prefix | |||
| ) |
Processes the clearing of the cache entries, and populate paths to be unlinked
| array | &$step_data | data the data for the steps |
| string | $prefix | the unique prefix |
Definition at line 323 of file hipo_job_clear_cache.inc.
| processRepopulate | ( | & | $step_data, |
| $prefix | |||
| ) |
Repopulate the cache
| array | &$step_data | data the data for the steps |
| string | $prefix | the unique prefix |
Definition at line 407 of file hipo_job_clear_cache.inc.