source: branches/version-2_12-dev/data/class_extends/SC_Display_Ex.php @ 22567

Revision 22567, 98 bytes checked in by shutta, 11 years ago (diff)

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.12.4)
Zend Framework PHP 標準コーディング規約のコーディングスタイルへ準拠。
classおよびfunctionの開始波括弧「{」のスタイルを修正。

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
Line 
1<?php
2
3require_once CLASS_REALDIR . 'SC_Display.php';
4
5class SC_Display_Ex extends SC_Display
6{
7}
Note: See TracBrowser for help on using the repository browser.