XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
ActivityClientDelegateInterface.class.php
1
<?php
11
12
if
(!defined(
'XOOPS_ROOT_PATH'
)) {
13
exit();
14
}
15
22
interface
Legacy_iActivityClientDelegate
23
{
34
public
static
function
getClientList
(
/*** mixed[] ***/
&$list);
35
52
public
static
function
getClientData
(
/*** mixed ***/
&$list,
/*** string ***/
$dirname,
/*** string ***/
$dataname,
/*** int ***/
$dataId);
53
71
public
static
function
getClientFeed
(
/*** mixed ***/
&$list,
/*** string ***/
$dirname,
/*** string ***/
$dataname,
/*** int ***/
$dataId);
72
}
Legacy_iActivityClientDelegate
Definition
ActivityClientDelegateInterface.class.php:23
Legacy_iActivityClientDelegate\getClientFeed
static getClientFeed(&$list, $dirname, $dataname, $dataId)
Legacy_iActivityClientDelegate\getClientList
static getClientList(&$list)
Legacy_iActivityClientDelegate\getClientData
static getClientData(&$list, $dirname, $dataname, $dataId)
html
modules
legacy
class
interface
ActivityClientDelegateInterface.class.php
Generated by
1.13.2