source:
branches/version-2_13-dev/tests/class/replace/SC_Utils_Ex.php
@
23500
| Revision 23500, 407 bytes checked in by shutta, 12 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | require_once(realpath(dirname(__FILE__)) . "/../../../data/class/util/SC_Utils.php"); |
| 3 | |
| 4 | /** |
| 5 | * テスト用にexitしないSC_Utilsクラスです |
| 6 | */ |
| 7 | class SC_Utils_Ex extends SC_Utils |
| 8 | { |
| 9 | public static function sfDispError($type) { |
| 10 | return false; |
| 11 | } |
| 12 | |
| 13 | public static function sfDispSiteError($type, $objSiteSess = '', $return_top = false, $err_msg = '') { |
| 14 | return false; |
| 15 | } |
| 16 | } |
Note: See TracBrowser
for help on using the repository browser.
