XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
UserDeleteForm.class.php
1
<?php
2
3
if
(!defined(
'XOOPS_ROOT_PATH'
)) {
4
exit();
5
}
6
7
require_once XOOPS_ROOT_PATH .
'/core/XCube_ActionForm.class.php'
;
8
require_once XOOPS_MODULE_PATH .
'/legacy/class/Legacy_Validator.class.php'
;
9
10
class
User_UserDeleteForm
extends
XCube_ActionForm
11
{
12
public
function
getTokenName
()
13
{
14
return
'module.user.UserDeleteForm.TOKEN'
;
15
}
16
17
public
function
prepare
()
18
{
19
}
20
}
User_UserDeleteForm
Definition
UserDeleteForm.class.php:11
User_UserDeleteForm\getTokenName
getTokenName()
Gets the token name of this actionform's token.
Definition
UserDeleteForm.class.php:12
User_UserDeleteForm\prepare
prepare()
[Abstract] Set up form properties and field properties.
Definition
UserDeleteForm.class.php:17
XCube_ActionForm
Definition
XCube_ActionForm.class.php:51
html
modules
user
forms
UserDeleteForm.class.php
Generated by
1.13.2