Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
cron_job_future_lineage_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Cron_Job_Future_Lineage_Management
extends
Asset_Management
31
{
32
33
40
function
__construct
(
Package_Manager
$pm)
41
{
42
Asset_Management::__construct($pm);
43
44
$this->vars = Array(
45
'type'
=> Array(
46
'default'
=>
'one_off'
,
47
),
48
'delete_linkid'
=> Array(
49
'added'
=>
'0.1'
,
50
'type'
=>
'int'
,
51
'default'
=> 0,
52
'description'
=>
'If we need to delete an existing link in this process, this is it\'s linkid'
,
53
),
54
'delete_link_all'
=> Array(
55
'added'
=>
'0.3'
,
56
'type'
=>
'boolean'
,
57
'default'
=> FALSE,
58
'description'
=>
'If we need to delete all existing links in this process'
,
59
),
60
'link_info'
=> Array(
61
'added'
=>
'0.1'
,
62
'type'
=>
'serialise'
,
63
'default'
=> Array(),
64
'description'
=>
'The link information similar in form to what is passed to Asset::create(), minus the "asset" element'
,
65
),
66
'asset_type'
=> Array(
67
'added'
=>
'0.4'
,
68
'type'
=>
'text'
,
69
'default'
=>
''
,
70
'description'
=>
''
,
71
),
72
'attribute'
=> Array(
73
'added'
=>
'0.4'
,
74
'type'
=>
'text'
,
75
'default'
=>
''
,
76
'description'
=>
''
,
77
),
78
'reverse_mode'
=> Array(
79
'added'
=>
'0.4'
,
80
'type'
=>
'boolean'
,
81
'default'
=> FALSE,
82
'description'
=>
'Creating/deleteing links of its children or its parents'
,
83
),
84
);
85
86
}
//end constructor
87
88
89
}
//end class
90
?>
squiz_matrix
core
assets
system
cron
jobs
cron_job_future_lineage
cron_job_future_lineage_management.inc
Generated on Tue Jan 29 2013 14:04:40 for Squiz Matrix by
1.8.3.1