XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
GroupClientDelegateInterface.class.php
1
<?php
11
12
if
(!defined(
'XOOPS_ROOT_PATH'
)) {
13
exit();
14
}
15
20
interface
Legacy_iGroupClientDelegate
21
{
32
public
static
function
getClientList
(
/*** mixed[] ***/
&$list,
/*** string ***/
$dirname);
33
51
public
static
function
getClientData
(
/*** mixed ***/
&$list,
/*** string ***/
$dirname,
/*** string ***/
$dataname,
/*** string ***/
$fieldname,
/*** int ***/
$groupId);
52
68
public
static
function
getActionList
(
/*** mixed[] ***/
&$list,
/*** string ***/
$dirname,
/*** string ***/
$dataname);
69
}
Legacy_iGroupClientDelegate
Definition
GroupClientDelegateInterface.class.php:21
Legacy_iGroupClientDelegate\getActionList
static getActionList(&$list, $dirname, $dataname)
Legacy_iGroupClientDelegate\getClientList
static getClientList(&$list, $dirname)
Legacy_iGroupClientDelegate\getClientData
static getClientData(&$list, $dirname, $dataname, $fieldname, $groupId)
html
modules
legacy
class
interface
GroupClientDelegateInterface.class.php
Generated by
1.13.2