- Timestamp:
- 2012/03/06 20:11:36 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/regist/LC_Page_Regist.php
r21527 r21594 65 65 */ 66 66 function action() { 67 // フックポイント. 68 $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 69 $objPlugin->doAction('lc_page_regist_action_start', array($this)); 67 70 68 71 switch ($this->getMode()) { … … 83 86 break; 84 87 } 88 89 // フックポイント. 90 $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 91 $objPlugin->doAction('lc_page_regist_action_regist', array($this)); 85 92 } 86 93
Note: See TracChangeset
for help on using the changeset viewer.
