Method |
Description |
|
add ( &$in ) |
returns the database ID of the added mailing |
|
delete ( &$id ) |
returns the # of deleted subscribers (int). 0 (false) if none. |
|
get ( $p = [] ) |
returns an array of mailings. Array key(s) correlates to template ID. |
|
getDescriptions ( $p = [] ) |
returns an array of mailings. Array key(s) correlates to template ID. |
|
getNames ( $p = [] ) |
returns an array of mailings. Array key(s) correlates to template ID. |
|
make ( $in = [] ) |
return a template object (array) |
|
makeDB ( &$row ) |
return a template object (array) |
|
validate ( &$in ) |
returns true if template ($in) is valid, false if not |
|