PHP Class IMP_LoginTasks_Task_RecoverDraft, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_LoginTasks_Task
Exibir arquivo Open project: horde/horde

Public Properties

Property Type Description
$display integer Display type.
$interval integer The interval at which to run the task.

Public Methods

Method Description
execute ( ) Recovers saved drafts.

Method Details

execute() public method

Recovers saved drafts.
public execute ( )

Property Details

$display public_oe property

Display type.
public int $display
return integer

$interval public_oe property

The interval at which to run the task.
public int $interval
return integer