Ignore:
Timestamp:
2013/08/24 23:33:52 (11 years ago)
Author:
kimoto
Message:

#2043 typo修正・ソース整形・ソースコメントの改善 for 2.13.0
PHP4的な書き方の修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/ownersstore/LC_Page_Admin_OwnersStore_PluginHookPointList.php

    r22992 r23124  
    3232 * @version $Id: LC_Page_Admin_OwnersStore.php 22567 2013-02-18 10:09:54Z shutta $ 
    3333 */ 
    34 class LC_Page_Admin_OwnersStore_PluginHookPointList extends LC_Page_Admin_Ex  
     34class LC_Page_Admin_OwnersStore_PluginHookPointList extends LC_Page_Admin_Ex 
    3535{ 
    3636 
     
    4343     * @return void 
    4444     */ 
    45     function init() 
     45    public function init() 
    4646    { 
    4747        parent::init(); 
     
    6262     * @return void 
    6363     */ 
    64     function process() 
     64    public function process() 
    6565    { 
    6666        $this->action(); 
     
    7373     * @return void 
    7474     */ 
    75     function action() 
     75    public function action() 
    7676    { 
    7777        // パラメーター管理クラス 
     
    114114     * @return void 
    115115     */ 
    116     function destroy() 
     116    public function destroy() 
    117117    { 
    118118        parent::destroy(); 
     
    122122     * パラメーター初期化. 
    123123     * 
    124      * @param SC_FormParam_Ex $objFormParam 
    125      * @param string $mode モード 
     124     * @param  SC_FormParam_Ex $objFormParam 
     125     * @param  string          $mode        モード 
    126126     * @return void 
    127127     */ 
    128     function initParam(&$objFormParam) 
     128    public function initParam(&$objFormParam) 
    129129    { 
    130130        $objFormParam->addParam('モード', 'mode', STEXT_LEN, '', array('MAX_LENGTH_CHECK')); 
Note: See TracChangeset for help on using the changeset viewer.