XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
Legacy_ActionForm.class.php
1
<?php
11
12
if
(!defined(
'XOOPS_ROOT_PATH'
)) {
13
exit();
14
}
15
16
require_once XCUBE_CORE_PATH .
'/XCube_ActionForm.class.php'
;
17
28
class
Legacy_ActionForm
extends
XCube_ActionForm
29
{
34
public
function
__construct
()
35
{
36
// version 2.3.1
37
// parent::__construct();
38
parent::XCube_ActionForm();
39
}
40
}
Legacy_ActionForm
Provides a base actionForm class for module developers.
Definition
Legacy_ActionForm.class.php:29
Legacy_ActionForm\__construct
__construct()
Constructor.
Definition
Legacy_ActionForm.class.php:34
XCube_ActionForm
Definition
XCube_ActionForm.class.php:51
html
modules
legacy
kernel
Legacy_ActionForm.class.php
Generated by
1.13.2