Method |
Description |
|
add ( &$subscriber, $type = null ) |
returns the pending code (str) or FALSE if error |
|
cancel ( &$in ) |
return success (bool) |
|
get ( $code = null ) |
returns pending object (array) or false if not found. |
|
getByEmail ( $email = null ) |
returns pending object (array) or false if not found. |
|
getBySubID ( $id = null ) |
returns pending object (array) or false if not found. |
|
isEmailPending ( $email = null ) |
returns true if pending exists, false if not (bool) |
|
isPending ( $id = null ) |
returns true if pending exists, false if not (bool) |
|
make ( $in = [] ) |
return a pending object (array) |
|
makeDB ( &$row ) |
return a pending object (array) |
|
perform ( &$in ) |
returns success (bool) |
|
validate ( &$in ) |
returns true if pending object ($in) is valid, false if not |
|