Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
word_doc_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Word_Doc_Management
extends
Asset_Management
31
{
32
33
40
function
__construct
(
Package_Manager
$pm)
41
{
42
Asset_Management::__construct($pm);
43
44
$this->components = Array(
45
'contents'
=> Array(
46
'description'
=>
'Contents (text format)'
,
47
'default_weighting'
=>
'1'
,
48
),
49
);
50
51
}
//end constructor
52
53
54
}
//end class
55
?>
squiz_matrix
core
assets
files
word_doc
word_doc_management.inc
Generated on Tue Jan 29 2013 14:04:37 for Squiz Matrix by
1.8.3.1