Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
pdf_file_management.inc
1 <?php
18 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
19 
31 {
32 
33 
41  {
42  Asset_Management::__construct($pm);
43  $this->vars = Array(
44  'password' => Array(
45  'added' => '0.2',
46  'type' => 'password',
47  'default' => '',
48  'description' => 'Password-protected PDFs cannot be indexed without the password',
49  ),
50  );
51 
52  }//end constructor
53 
54 
55 }//end class
56 ?>