source: branches/feature-module-update/data/class/util_extends/GC_Utils_Ex.php @ 15080

Revision 15080, 420 bytes checked in by nanasess, 17 years ago (diff)

svn properties 設定

  • svn:mime-type - application/x-httpd-php; charset=UTF-8
  • svn:keywords - Id
  • Property svn:keywords set to Id
  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
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 . "util/GC_Utils.php");
10
11/**
12 * 各種ユーティリティクラス(拡張).
13 *
14 * GC_Utils をカスタマイズする場合はこのクラスを使用する.
15 *
16 * @package Util
17 * @author LOCKON CO.,LTD.
18 * @version $Id$
19 */
20class GC_Utils_Ex extends GC_Utils {
21
22}
23?>
Note: See TracBrowser for help on using the repository browser.