Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
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
28
class
Cron_Job_Remove_SOAP_Response_Files_Management
extends
Asset_Management
29
{
30
31
38
function
__construct
(
Package_Manager
$pm)
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
?>
squiz_matrix
packages
web_services
api
cron_jobs
cron_job_remove_soap_response_files
cron_job_remove_soap_response_files_management.inc
Generated on Tue Jan 29 2013 14:05:04 for Squiz Matrix by
1.8.3.1