Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
cron_job_remove_soap_response_files_management.inc
1 <?php
18 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
19 
29 {
30 
31 
39  {
40  Asset_Management::__construct($pm);
41 
42  $this->vars = Array(
43  'type' => Array(
44  'default' => 'repeating',
45  ),
46  'when' => Array(
47  'default' => 'HR=00',
48  ),
49  );
50 
51  }//end constructor
52 
53 
54 }//end class
55 ?>