| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
phpmailer message sink.
| Copyright: | 2013 Andrew Nicols |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 87 lines (2 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
phpunit_phpmailer_sink:: (5 methods):
close()
add_message()
get_messages()
count()
clear()
Class: phpunit_phpmailer_sink - X-Ref
phpmailer message sink.| close() X-Ref |
| Stop message redirection. Use if you do not want message redirected any more. |
| add_message($message) X-Ref |
| To be called from phpunit_util only! param: stdClass $message record from message_read table |
| get_messages() X-Ref |
| Returns all redirected messages. The instances are records form the message_read table. The array indexes are numbered from 0 and the order is matching the creation of events. return: array |
| count() X-Ref |
| Return number of messages redirected to this sink. return: int |
| clear() X-Ref |
| Removes all previously stored messages. |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |