XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
BlockInstallEditForm.class.php
1
<?php
11
12
if
(!defined(
'XOOPS_ROOT_PATH'
)) {
13
exit();
14
}
15
16
require_once XOOPS_ROOT_PATH .
'/modules/legacy/admin/forms/BlockEditForm.class.php'
;
17
18
class
Legacy_BlockInstallEditForm
extends
Legacy_BlockEditForm
19
{
20
public
function
getTokenName
()
21
{
22
return
'module.legacy.BlockInstallEditForm.TOKEN'
. $this->
get
(
'bid'
);
23
}
24
25
public
function
update
(&$obj)
26
{
27
parent::update($obj);
28
$obj->set(
'visible'
,
true
);
29
}
30
}
Legacy_BlockEditForm
Definition
BlockEditForm.class.php:20
Legacy_BlockInstallEditForm
Definition
BlockInstallEditForm.class.php:19
Legacy_BlockInstallEditForm\update
update(&$obj)
[Abstract] Updates an object with properties values.
Definition
BlockInstallEditForm.class.php:25
Legacy_BlockInstallEditForm\getTokenName
getTokenName()
Gets the token name of this actionform's token.
Definition
BlockInstallEditForm.class.php:20
html
modules
legacy
admin
forms
BlockInstallEditForm.class.php
Generated by
1.13.2