Ignore:
Timestamp:
2012/03/29 21:57:07 (12 years ago)
Author:
h_yoshimoto
Message:

#1692 フックポイント名を変更

File:
1 edited

Legend:

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

    r21596 r21693  
    5858        // フックポイント. 
    5959        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    60         $objPlugin->doAction('lc_page_abstractmypage_action_start', array($this)); 
     60        $objPlugin->doAction('LC_Page_AbstractMypage_action_before', array($this)); 
    6161 
    6262        parent::process(); 
     
    9999        // フックポイント. 
    100100        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    101         $objPlugin->doAction('lc_page_abstractmypage_action_end', array($this)); 
     101        $objPlugin->doAction('LC_Page_AbstractMypage_action_after', array($this)); 
    102102 
    103103        $this->sendResponse(); 
Note: See TracChangeset for help on using the changeset viewer.