Minahito
minah****@users*****
2006年 11月 11日 (土) 18:37:24 JST
Index: xoops2jp/html/core/XCube_RenderSystem.class.php diff -u xoops2jp/html/core/XCube_RenderSystem.class.php:1.1.2.3 xoops2jp/html/core/XCube_RenderSystem.class.php:1.1.2.4 --- xoops2jp/html/core/XCube_RenderSystem.class.php:1.1.2.3 Sat Nov 11 18:33:33 2006 +++ xoops2jp/html/core/XCube_RenderSystem.class.php Sat Nov 11 18:37:24 2006 @@ -1,7 +1,7 @@ <?php /** * @package XCube - * @version $Id: XCube_RenderSystem.class.php,v 1.1.2.3 2006/11/11 09:33:33 minahito Exp $ + * @version $Id: XCube_RenderSystem.class.php,v 1.1.2.4 2006/11/11 09:37:24 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -113,6 +113,16 @@ //return $this->mType; } + function setResult(&$result) + { + $this->mRenderBuffer = $result; + } + + function getResult() + { + return $this->mRenderBuffer; + } + /** * Reset a template name and attributes in own properties. */