PHP Class Pommo_Setup, poMMo

This file is part of poMMo. 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 3 of the License, or (at your option) 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 Pommo. If not, see . This fork is from https://github.com/soonick/poMMo Please see docs/contribs for Contributors
Show file Open project: soonick/poMMo Class Usage Examples

Public Properties

Property Type Description
$error If this value is null then there were no errors, else this will contain an error code and error message or messages

Public Methods

Method Description
saveBouncesForm ( $data ) Tries to save bounces form

Method Details

saveBouncesForm() public method

Tries to save bounces form
public saveBouncesForm ( $data )

Property Details

$error public property

If this value is null then there were no errors, else this will contain an error code and error message or messages
public $error