XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
StartupXoopsTpl.class.php
1<?php
6
7if (!defined('XOOPS_ROOT_PATH')) {
8 exit();
9}
10
11/***
12 * @internal
13 * Some XOOPS2 resources need $xoopsTpl, before Legacy_RenderSystem is
14 * prepared under XOOPSCube regular process. For that, this action filter
15 * tries to get 'Legacy_RenderSystem' as dummy.
16 */
18{
19 public function postFilter()
20 {
21 $dmy =& $this->mRoot->getRenderSystem('Legacy_RenderSystem');
22 }
23}
postFilter()
[Abstract] Executes the logic, when the controller executes postFilter().