Changeset 21956


Ignore:
Timestamp:
2012/07/04 09:20:43 (12 years ago)
Author:
pineray
Message:

コメントを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/helper/SC_Helper_Plugin.php

    r21955 r21956  
    257257     * Utility function to set a hook point. 
    258258     * 
    259      * @param type $hook_point  hook point 
    260      * @param type $arrArgs     argument passing to callback function 
    261      * @param type $plugin_activate_flg  
     259     * @param string    $hook_point  hook point 
     260     * @param array     $arrArgs     argument passing to callback function 
     261     * @param boolean   $plugin_activate_flg  
     262     * @return void 
    262263     */ 
    263264    public static function hook($hook_point, $arrArgs = array(), $plugin_activate_flg = PLUGIN_ACTIVATE_FLAG) { 
Note: See TracChangeset for help on using the changeset viewer.