PHP Class Pommo_Mail_Ctl, poMMo
This file is part of poMMo (http://www.pommo.org)
poMMo is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published
by the Free Software Foundation; either version 2, or any later version.
poMMo is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with program; see the file docs/LICENSE. If not, write to the
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ファイルを表示
Open project: soonick/poMMo
Class Usage Examples
Public Methods
Method |
Description |
|
addNotices ( $id ) |
|
|
delNotices ( $id, $keep = 50 ) |
accepts # of notices to keep -- if 0, none are kept |
|
finish ( $id, $cancel = false, $test = false ) |
shortens notices to the last 50 |
|
mark ( $serial, $id ) |
returns success (bool) |
|
queueMake ( &$in ) |
returns (bool) - true if success |
|
spawn ( $page, $log = false ) |
* spawn
spawns a page in the background, used by mail processor. |
|
Method Details
addNotices()
public method
delNotices()
public method
accepts # of notices to keep -- if 0, none are kept
shortens notices to the last 50
public finish ( $id, $cancel = false, $test = false ) |
public mark ( $serial, $id ) |
queueMake()
public method
returns (bool) - true if success
* spawn
spawns a page in the background, used by mail processor.
public spawn ( $page, $log = false ) |
$log |
|
|