Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
workflow_step_condition_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Workflow_Step_Condition_Management
extends
Asset_Management
31
{
32
33
38
function
__construct
(
Package_Manager
$pm)
39
{
40
Asset_Management::__construct($pm);
41
42
$this->vars = Array(
43
'userid'
=> Array (
44
'added'
=>
'0.1'
,
45
'type'
=>
'assetid'
,
46
'default'
=> 0,
47
),
48
'logic'
=> Array (
49
'added'
=>
'0.1'
,
50
'type'
=>
'text'
,
51
'default'
=>
'>='
,
52
),
53
'logic_num'
=> Array (
54
'added'
=>
'0.1'
,
55
'type'
=>
'int'
,
56
'default'
=> 1,
57
),
58
'notify'
=> Array (
59
'added'
=>
'0.2'
,
60
'type'
=>
'boolean'
,
61
'default'
=> FALSE,
62
'parameters'
=> Array(
63
'allow_empty'
=> FALSE,
64
),
65
),
66
'require_comment'
=> Array (
67
'added'
=>
'0.3'
,
68
'type'
=>
'boolean'
,
69
'default'
=> FALSE,
70
'parameters'
=> Array(
71
'allow_empty'
=> FALSE,
72
),
73
),
74
);
75
76
}
//end constructor
77
78
79
}
//end class
80
81
?>
squiz_matrix
core
assets
workflow
workflow_step_condition
workflow_step_condition_management.inc
Generated on Tue Jan 29 2013 14:04:44 for Squiz Matrix by
1.8.3.1