

Public Member Functions | |
| format (Zend_Mail $mail) | |
| Format. | |
Definition at line 31 of file Serialize.php.
| Robo47_Mail_Transport_Log_Formatter_Serialize::format | ( | Zend_Mail $ | ) |
Format.
Formats the Mail into a "logable" Format
| Zend_Mail |
Implements Robo47_Mail_Transport_Log_Formatter_Interface.
Definition at line 35 of file Serialize.php.
{
return serialize($mail);
}
1.7.1