Ignore:
Timestamp:
2013/08/26 15:52:37 (11 years ago)
Author:
m_uehara
Message:

#2348 r23116 - r23125 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Login.php

    r22926 r23126  
    3838     * @return void 
    3939     */ 
    40     function init() 
     40    public function init() 
    4141    { 
    4242        parent::init(); 
     
    5151     * @return void 
    5252     */ 
    53     function process() 
     53    public function process() 
    5454    { 
    5555        $this->action(); 
     
    6262     * @return void 
    6363     */ 
    64     function action() 
     64    public function action() 
    6565    { 
    6666        $objCustomer = new SC_Customer_Ex(); 
     
    9696     * @return boolean 
    9797     */ 
    98     function lfCheckDisableLogout() 
     98    public function lfCheckDisableLogout() 
    9999    { 
    100100        $masterData = new SC_DB_MasterData_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.