Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
report_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Report_Management
extends
Asset_Management
31
{
32
33
38
function
__construct
(
Package_Manager
$pm)
39
{
40
Asset_Management::__construct($pm);
41
42
$this->vars[
'name'
][
'added'
] =
'0.2'
;
43
$this->vars[
'name'
][
'type'
] =
'text'
;
44
$this->vars[
'name'
][
'default'
] =
''
;
45
46
$this->vars[
'generated_date'
][
'added'
] =
'0.1'
;
47
$this->vars[
'generated_date'
][
'type'
] =
'text'
;
48
$this->vars[
'generated_date'
][
'default'
] =
'-- '
.translate(
'never'
).
' --'
;
49
50
$this->vars[
'generated_user'
][
'added'
] =
'0.1'
;
51
$this->vars[
'generated_user'
][
'type'
] =
'text'
;
52
$this->vars[
'generated_user'
][
'default'
] =
''
;
53
54
$this->vars[
'html'
][
'added'
] =
'0.3'
;
55
$this->vars[
'html'
][
'type'
] =
'text'
;
56
$this->vars[
'html'
][
'default'
] =
'Front end component has not been generated for this report'
;
57
$this->vars[
'html'
][
'description'
] =
'This is a default location of the generated report.'
;
58
59
}
//end constructor
60
61
62
}
//end class
63
64
?>
squiz_matrix
core
assets
report
report_management.inc
Generated on Tue Jan 29 2013 14:04:38 for Squiz Matrix by
1.8.3.1