XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
WorkflowDelegateInterface.class.php
1
<?php
11
12
if
(!defined(
'XOOPS_ROOT_PATH'
)) {
13
exit();
14
}
15
21
interface
Legacy_iWorkflowDelegate
22
{
34
public
static
function
addItem
(
/*** string ***/
$title,
/*** string ***/
$dirname,
/*** string ***/
$dataname,
/*** int ***/
$data_id,
/*** string ***/
$url);
35
45
public
static
function
deleteItem
(
/*** string ***/
$dirname,
/*** string ***/
$dataname,
/*** int ***/
$data_id);
46
62
public
static
function
getHistory
(
/*** mix[] ***/
&$historyArr,
/*** string ***/
$dirname,
/*** string ***/
$dataname,
/*** int ***/
$data_id);
63
}
Legacy_iWorkflowDelegate
Definition
WorkflowDelegateInterface.class.php:22
Legacy_iWorkflowDelegate\deleteItem
static deleteItem( $dirname, $dataname, $data_id)
Legacy_iWorkflowDelegate\getHistory
static getHistory(&$historyArr, $dirname, $dataname, $data_id)
Legacy_iWorkflowDelegate\addItem
static addItem( $title, $dirname, $dataname, $data_id, $url)
html
modules
legacy
class
interface
WorkflowDelegateInterface.class.php
Generated by
1.13.2