Stud.IP  2.4 Revision 48548
 All Data Structures Namespaces Files Functions Variables Groups Pages
PurgeCacheJob Class Reference
Inheritance diagram for PurgeCacheJob:
Inheritance graph
Collaboration diagram for PurgeCacheJob:
Collaboration graph

Public Member Functions

 setUp ()
 execute ($last_result, $parameters=array())
- Public Member Functions inherited from CronJob
 tearDown ()

Static Public Member Functions

static getName ()
static getDescription ()
static getParameters ()

Detailed Description

Member Function Documentation

execute (   $last_result,
  $parameters = array() 
)

Execute the cronjob.

Parameters
mixed$last_resultWhat the last execution of this cronjob returned.
Array$parametersParameters for this cronjob instance which were defined during scheduling. Only valid parameter at the moment is "verbose" which toggles verbose output while purging the cache.

Reimplemented from CronJob.

static getDescription ( )
static

Returns the description of the cronjob.

Reimplemented from CronJob.

static getName ( )
static

Returns the name of the cronjob.

Reimplemented from CronJob.

static getParameters ( )
static

Return the paremeters for this cronjob.

Returns
Array Parameters.

Reimplemented from CronJob.

setUp ( )

Setup method. Loads the neccessary classes.

Reimplemented from CronJob.


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