- Timestamp:
- 2012/04/15 03:05:06 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/regist/LC_Page_Regist.php
r21693 r21743 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_before', array($this));70 67 71 68 switch ($this->getMode()) { … … 87 84 } 88 85 89 // フックポイント. 90 $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 91 $objPlugin->doAction('LC_Page_Regist_action_regist', array($this)); 86 92 87 } 93 88
Note: See TracChangeset
for help on using the changeset viewer.
