IP.Board  3.3.0
admin_core_system_taskmanager Class Reference

Task manager. More...

Inheritance diagram for admin_core_system_taskmanager:
ipsCommand

Public Member Functions

 doExecute (ipsRegistry $registry)
 showCronPage ()
 taskDelete ()
 taskExport ()
 taskImport ()
 taskLogsDelete ()
 taskLogsOverview ()
 taskLogsShow ()
 taskManagerForm ($type='add')
 taskManagerOverview ()
 taskManagerRunTask ()
 taskManagerSave ($type='add')
 taskManagerUnlockTask ()
 tasksExportToXML ()
 tasksImportAllApps ()
 tasksImportFromXML ($file='', $no_return=false)

Data Fields

 $form_code = ''
 $form_code_js = ''
 $html

Detailed Description

Task manager.


Member Function Documentation

doExecute ( ipsRegistry registry)

Main function executed automatically by the controller

Parameters:
object$registryRegistry object
Returns:
void

Reimplemented from ipsCommand.

Shows the cron information screen

Returns:
void

Delete a task

Returns:
void

Export a single task

Returns:
void

Perform the tasks import

Returns:
void

Remove logs for a specific task or all

Returns:
void

Builds the task log overview screen

Returns:
void

Show task logs

Returns:
void
taskManagerForm ( type = 'add')

Builds the add/edit task form

Parameters:
string$typeEither add or edit
Returns:
void

Builds the task mananger overview screen

Returns:
void

Runs the selected task

Returns:
void
taskManagerSave ( type = 'add')

Save the add/edit task form

Parameters:
string$typeEither add or edit data
Returns:
void

Unlock a task

Returns:
void

Export tasks to XML

Returns:
void

Import all tasks from XML

Returns:
void
tasksImportFromXML ( file = '',
no_return = false 
)

Imports tasks from XML

Parameters:
string$fileFilename to import tasks from
boolean$no_returnSet to return true/false, instead of displaying results
Returns:
mixed True if $no_return is enabled, otherwise void

Field Documentation

$form_code = ''

String for the screen url bit

$form_code_js = ''

String for the JS url bit

$html

Skin object shortcut


The documentation for this class was generated from the following file:
 All Data Structures Functions Variables