source: branches/feature-module-update/data/downloads/module2/mdl_speedmail/SC_SendMail_Ex.php @ 16330

Revision 16330, 545 bytes checked in by naka, 15 years ago (diff)

mdl_speedmail開発

Line 
1<?php
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7
8// {{{ requires
9require_once(CLASS_PATH . "SC_SendMail.php");
10
11/**
12 * メール送信クラス(拡張).
13 *
14 * SC_SendMail をカスタマイズする場合はこのクラスを使用する.
15 *
16 * @package
17 * @author LOCKON CO.,LTD.
18 * @version $Id: SC_SendMail_Ex.php 16326 2007-10-08 10:26:55Z naka $
19 */
20class SC_SendMail_Ex extends SC_SendMail {
21    function SC_SendMail_Ex() {
22        parent::SC_SendMail();
23    }
24}
25?>
Note: See TracBrowser for help on using the repository browser.