| [ Index ] |
PHP Cross Reference of Akelos Framework |
[Summary view] [Print] [Text view]
1 <?php echo "<?php"; ?> 2 3 4 class <?php echo $class_name; ?> extends AkActionMailer 5 { 6 <?php foreach($actions as $action){ ?> 7 8 function <?php echo $action; ?>($recipient) 9 { 10 $this->recipients = $recipient; 11 $this->subject = "[<?php echo $class_name.'] '.AkInflector::humanize($action); ?>"; 12 $this->from = ''; 13 $this->body = array(); 14 $this->headers = array(); 15 } 16 17 <?php } ?> 18 19 } 20 21 ?>
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 |