Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
workflow_graph.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* View workflow graph
8
*
9
* @author Anakeen
10
* @version $Id: workflow_graph.php,v 1.2 2008/03/11 11:25:04 eric Exp $
11
* @package FDL
12
* @subpackage
13
*/
14
/**
15
*/
16
17
include_once (
"FDL/Class.WDoc.php"
);
18
// -----------------------------------
19
20
/**
21
* Edition to affect document
22
* @param Action &$action current action
23
* @global id int Http var : document id to affect
24
* @global viewdoc string Http var : with preview of affect document [Y|N]
25
*/
26
function
workflow_graph
(
Action
&
$action
)
27
{
28
$docid
= GetHttpVars(
"id"
);
29
$dbaccess
= $action->dbaccess;
30
31
$doc
= new_doc(
$dbaccess
,
$docid
);
32
$action->lay->rSet(
"id"
,
$doc
->id);
33
$action->lay->eSet(
"TITLE"
,
$doc
->getTitle());
34
}
$action
global $action
Definition:
accountRefreshGroup.php:16
Action
Definition:
Class.Action.php:24
$docid
$docid
Definition:
cleanFamily.php:13
workflow_graph
workflow_graph(Action &$action)
Definition:
workflow_graph.php:26
$dbaccess
$dbaccess
Definition:
checkVault.php:17
$doc
$doc
Definition:
SetDocVaultIndex.php:39
← centre documentaire
© anakeen