Minahito
minah****@users*****
2006年 9月 1日 (金) 12:11:35 JST
Index: xoops2jp/html/kernel/XCube_Object.class.php diff -u xoops2jp/html/kernel/XCube_Object.class.php:1.1.2.1 xoops2jp/html/kernel/XCube_Object.class.php:1.1.2.2 --- xoops2jp/html/kernel/XCube_Object.class.php:1.1.2.1 Wed Aug 30 19:05:51 2006 +++ xoops2jp/html/kernel/XCube_Object.class.php Fri Sep 1 12:11:34 2006 @@ -14,6 +14,15 @@ var $mProperty = array(); /** + * @static + * @return array + */ + function isArray() + { + return false; + } + + /** * Return member property information. This member function is called in * the initialize of object and service. This member function has to be * a static function. @@ -26,4 +35,20 @@ } } +class XCube_ObjectArray +{ + function isArray() + { + return true; + } + + /** + * @static + * @return string + */ + function getClassName() + { + } +} + ?> \ No newline at end of file