Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
content_type_wysiwyg_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Content_Type_WYSIWYG_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
'htmltidy_status'
=> Array(
44
'added'
=>
'0.1'
,
45
'type'
=>
'text'
,
46
'default'
=>
'wait'
,
47
'description'
=>
'Status of the last html tidy clean up action. (wait,pass,fail)'
,
48
'is_contextable'
=> TRUE,
49
),
50
'htmltidy_errors'
=> Array(
51
'added'
=>
'0.2'
,
52
'type'
=>
'text'
,
53
'default'
=>
'No error found'
,
54
'description'
=>
'Status of the last html tidy clean up action. (wait,pass,fail)'
,
55
'is_contextable'
=> TRUE,
56
),
57
);
58
59
60
}
//end constructor
61
62
63
}
//end class
64
65
?>
squiz_matrix
core
assets
content_types
content_type_wysiwyg
content_type_wysiwyg_management.inc
Generated on Tue Jan 29 2013 14:04:36 for Squiz Matrix by
1.8.3.1