| [ Index ] |
PHP Cross Reference of Akelos Framework |
[Summary view] [Print] [Text view]
1 <?php 2 3 4 class AkTestDelivery extends AkObject 5 { 6 function deliver(&$Mailer, $settings = array()) 7 { 8 $settings['ActionMailer']->deliveries[] = $Mailer->Message->getEncoded(); 9 } 10 } 11 12 13 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Oct 27 12:43:49 2008 | Cross-referenced by PHPXref 0.6 |