source: branches/feature-module-update/data/class/helper_extends/SC_Helper_Mail_Ex.php @ 15618

Revision 15618, 507 bytes checked in by nanasess, 17 years ago (diff)

リファクタリング

  • Mail 関連のクラスを helper へ移動
  • Property svn:keywords set to "Id Revision Date"
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 . "helper/SC_Helper_Mail.php");
10
11/**
12 * メール関連のヘルパークラス(拡張).
13 *
14 * LC_Helper_Mail をカスタマイズする場合はこのクラスを編集する.
15 *
16 * @package Helper
17 * @author LOCKON CO.,LTD.
18 * @version $Id:SC_Helper_DB_Ex.php 15532 2007-08-31 14:39:46Z nanasess $
19 */
20class SC_Helper_Mail_Ex extends SC_Helper_Mail {
21}
22?>
Note: See TracBrowser for help on using the repository browser.