XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
WorkflowClientDelegateInterface.class.php
1<?php
11
12if (!defined('XOOPS_ROOT_PATH')) {
13 exit();
14}
15
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}
static updateStatus(&$result, $dirname, $dataname, $data_id, $status)