Minahito
minah****@users*****
2006年 1月 8日 (日) 17:03:00 JST
Index: xoops2jp/html/class/XCube_ActionForm.class.php diff -u xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.12 xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.13 --- xoops2jp/html/class/XCube_ActionForm.class.php:1.1.2.12 Thu Dec 1 14:16:33 2005 +++ xoops2jp/html/class/XCube_ActionForm.class.php Sun Jan 8 17:03:00 2006 @@ -45,12 +45,20 @@ $this->mFormProperties[$key]->setValue($val); } - function getVar($key,$index=null) + function get($key,$index=null) { return isset($this->mFormProperties[$key]) ? $this->mFormProperties[$key]->getValue($index) : null; } /** + * @deprecated + */ + function getVar($key,$index=null) + { + return $this->get($key,$index); + } + + /** * Return form properties of this member property. * @return XCube_AbstractProperty[] */