XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
Mailjob_linkAdminDeletesForm.class.php
1
<?php
7
8
if
(!defined(
'XOOPS_ROOT_PATH'
)) {
9
exit();
10
}
11
12
require_once XOOPS_ROOT_PATH .
'/core/XCube_ActionForm.class.php'
;
13
14
class
User_Mailjob_linkAdminDeletesForm
extends
XCube_ActionForm
15
{
16
public
function
getTokenName
()
17
{
18
return
'module.user.Mailjob_linkAdminDeletesForm.TOKEN.'
. $this->
get
(
'mailjob_id'
);
19
}
20
25
public
function
getTokenErrorMessage
()
26
{
27
return
null
;
28
}
29
30
public
function
prepare
()
31
{
32
// set properties
33
$this->mFormProperties[
'mailjob_id'
]=
new
XCube_IntProperty
(
'mailjob_id'
);
34
$this->mFormProperties[
'uid'
]=
new
XCube_IntArrayProperty
(
'uid'
);
35
}
36
}
User_Mailjob_linkAdminDeletesForm
Definition
Mailjob_linkAdminDeletesForm.class.php:15
User_Mailjob_linkAdminDeletesForm\getTokenName
getTokenName()
Gets the token name of this actionform's token.
Definition
Mailjob_linkAdminDeletesForm.class.php:16
User_Mailjob_linkAdminDeletesForm\prepare
prepare()
[Abstract] Set up form properties and field properties.
Definition
Mailjob_linkAdminDeletesForm.class.php:30
User_Mailjob_linkAdminDeletesForm\getTokenErrorMessage
getTokenErrorMessage()
Definition
Mailjob_linkAdminDeletesForm.class.php:25
XCube_ActionForm
Definition
XCube_ActionForm.class.php:51
XCube_IntArrayProperty
Represents int[] property. XCube_GenericArrayProperty<XCube_IntProperty>.
Definition
XCube_Property.class.php:472
XCube_IntProperty
Represents int property.
Definition
XCube_Property.class.php:461
html
modules
user
admin
forms
Mailjob_linkAdminDeletesForm.class.php
Generated by
1.13.2