Minahito
minah****@users*****
2006年 8月 9日 (水) 18:29:47 JST
Index: xoops2jp/html/class/XCube_ActionStrategy.class.php diff -u xoops2jp/html/class/XCube_ActionStrategy.class.php:1.1.2.1 xoops2jp/html/class/XCube_ActionStrategy.class.php:1.1.2.2 --- xoops2jp/html/class/XCube_ActionStrategy.class.php:1.1.2.1 Fri Nov 4 19:07:35 2005 +++ xoops2jp/html/class/XCube_ActionStrategy.class.php Wed Aug 9 18:29:47 2006 @@ -1,9 +1,15 @@ <?php +/** + * @package XCube + * @version $Id: XCube_ActionStrategy.class.php,v 1.1.2.2 2006/08/09 09:29:47 minahito Exp $ + */ /** * This class defines the logic to decide the model action of XCube_Controller. * XCube_Controller does not implement the rule of framework. * The reason is he hates compulsion to a module. It is policy of XOOPS Cube. + * + * @package XCube */ class XCube_ActionStrategy {