Minahito
minah****@users*****
2006年 11月 2日 (木) 16:39:21 JST
Index: xoops2jp/html/modules/legacy/class/Legacy_Utils.class.php diff -u xoops2jp/html/modules/legacy/class/Legacy_Utils.class.php:1.1.2.4 xoops2jp/html/modules/legacy/class/Legacy_Utils.class.php:1.1.2.5 --- xoops2jp/html/modules/legacy/class/Legacy_Utils.class.php:1.1.2.4 Wed Nov 1 15:50:45 2006 +++ xoops2jp/html/modules/legacy/class/Legacy_Utils.class.php Thu Nov 2 16:39:21 2006 @@ -1,11 +1,13 @@ <?php /** + * @file + * @brief Defines the utility function class of Legacy. * @package Legacy * @version $Id$ */ /** - * The static member functions class for Legacy. + * @brief The collection of static utility functions for Legacy. */ class Legacy_Utils { @@ -133,6 +135,9 @@ return $retBlock; } + /** + * Calls user controll event. + */ function raiseUserControlEvent() { $root =& XCube_Root::getSingleton();