XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
MailjobPreload.class.php
Go to the documentation of this file.
1<?php
4 * @package xcat user
5 * @version $Id$
6 */
7
8if (!defined('XOOPS_ROOT_PATH')) {
9 exit();
10}
11
13{
17 public function preBlockFilter()
18 {
19 $root =& XCube_Root::getSingleton();
20
21 require_once XOOPS_MODULE_PATH . '/user/service/MailjobService.class.php';
22 $service =new User_MailjobService();
23 $service->prepare();
24
25 $this->mRoot->mServiceManager->addService('User_MailjobService', $service);
26 }
27}
preBlockFilter()
[Abstract] Executes the logic, when the controller executes preBlockFilter().