Ignore:
Timestamp:
2012/04/15 03:05:06 (12 years ago)
Author:
AMUAMU
Message:

#1754 (exit;を個別の処理でしない) #1692 (プラグイン機能) 各ファイルでフックポイントの呼出を書かないで、自動的にフックポイントを呼び出すように修正。

Location:
branches/version-2_12-dev/data/class/pages/regist
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/regist/LC_Page_Regist.php

    r21693 r21743  
    6565     */ 
    6666    function action() { 
    67         // フックポイント. 
    68         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    69         $objPlugin->doAction('LC_Page_Regist_action_before', array($this)); 
    7067 
    7168        switch ($this->getMode()) { 
     
    8784        } 
    8885 
    89         // フックポイント. 
    90         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    91         $objPlugin->doAction('LC_Page_Regist_action_regist', array($this)); 
     86 
    9287    } 
    9388 
  • branches/version-2_12-dev/data/class/pages/regist/LC_Page_Regist_Complete.php

    r21693 r21743  
    6464     */ 
    6565    function action() { 
    66         // フックポイント. 
    67         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    68         $objPlugin->doAction('LC_Page_Regist_Complete_action_before', array($this)); 
    6966 
    70         // フックポイント. 
    71         $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    72         $objPlugin->doAction('LC_Page_Regist_Complete_action_after', array($this)); 
     67 
    7368    } 
    7469 
Note: See TracChangeset for help on using the changeset viewer.