PHP Class Nag_LoginTasks_Task_PurgeCompleted, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_LoginTasks_Task
Show file Open project: horde/horde

Public Methods

Method Description
__construct ( ) Constructor.
describe ( ) : string Return information for the login task.
execute ( ) : boolean Purge completed tasks that were completed before the configured date.

Method Details

__construct() public method

Constructor.
public __construct ( )

describe() public method

Return information for the login task.
public describe ( ) : string
return string Description of what the operation is going to do during this login.

execute() public method

Purge completed tasks that were completed before the configured date.
public execute ( ) : boolean
return boolean Whether any messages were purged from the mailbox.