PHP Класс 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.
Автор: Michael J Rubinsky ([email protected])
Наследование: extends Horde_LoginTasks_Task
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( ) Constructor.
describe ( ) : string Return information for the login task.
execute ( ) : boolean Purge completed tasks that were completed before the configured date.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( )

describe() публичный Метод

Return information for the login task.
public describe ( ) : string
Результат string Description of what the operation is going to do during this login.

execute() публичный Метод

Purge completed tasks that were completed before the configured date.
public execute ( ) : boolean
Результат boolean Whether any messages were purged from the mailbox.