XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
WorkflowClientDelegateInterface.class.php
1
<?php
11
12
if
(!defined(
'XOOPS_ROOT_PATH'
)) {
13
exit();
14
}
15
22
interface
Legacy_iWorkflowClientDelegate
23
{
34
public
static
function
getClientList
(
/*** mixed[] ***/
&$list);
35
48
public
static
function
updateStatus
(
/*** string ***/
&$result,
/*** string ***/
$dirname,
/*** string ***/
$dataname,
/*** int ***/
$data_id,
/*** Enum ***/
$status);
49
}
Legacy_iWorkflowClientDelegate
Definition
WorkflowClientDelegateInterface.class.php:23
Legacy_iWorkflowClientDelegate\getClientList
static getClientList(&$list)
Legacy_iWorkflowClientDelegate\updateStatus
static updateStatus(&$result, $dirname, $dataname, $data_id, $status)
html
modules
legacy
class
interface
WorkflowClientDelegateInterface.class.php
Generated by
1.13.2