Changeset 25360 for trunk/tools/triggers_list.php
- Timestamp:
- Nov 6, 2013, 6:57:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/triggers_list.php
r25202 r25360 569 569 ), 570 570 array( 571 'name' => 'mail_group_assign_vars',572 'type' => 'trigger_event',573 'vars' => array('array', 'assign_vars'),574 'files' => array('include\functions_mail.inc.php (pwg_mail_group)'),575 ),576 array(577 571 'name' => 'nbm_event_handler_added', 578 572 'type' => 'trigger_action', … … 707 701 ), 708 702 array( 709 'name' => ' send_mail',710 'type' => 'trigger_event', 711 'vars' => array('bool', 'result', ' string', 'mail_to', 'string', 'mail_subject', 'string', 'mail_content', 'array', 'mail_headers'),703 'name' => 'before_send_mail', 704 'type' => 'trigger_event', 705 'vars' => array('bool', 'result', 'mixed', 'to', 'array', 'arguments', 'PHPMailer', 'mail'), 712 706 'files' => array('include\functions_mail.inc.php (pwg_mail)'), 713 707 ), 714 708 array( 715 'name' => 'send_mail_content', 716 'type' => 'trigger_event', 717 'vars' => array('string', 'content'), 718 'files' => array('include\functions_mail.inc.php (pwg_mail)'), 719 ), 720 array( 721 'name' => 'send_mail_headers', 722 'type' => 'trigger_event', 723 'vars' => array('array', 'headers'), 724 'files' => array('include\functions_mail.inc.php (pwg_mail)'), 725 ), 726 array( 727 'name' => 'send_mail_subject', 728 'type' => 'trigger_event', 729 'vars' => array('string', 'cvt_subject'), 730 'files' => array('include\functions_mail.inc.php (pwg_mail)'), 731 ), 732 array( 733 'name' => 'send_mail_to', 734 'type' => 'trigger_event', 735 'vars' => array('string', 'to'), 709 'name' => 'before_parse_mail_template', 710 'type' => 'trigger_action', 711 'vars' => array('string', 'cache_key', 'string', 'content_type'), 736 712 'files' => array('include\functions_mail.inc.php (pwg_mail)'), 737 713 ),
Note: See TracChangeset
for help on using the changeset viewer.