Class cSystemPurge
CONTENIDO cSystemPurge class to reset some datas and files
Package: Core\Backend
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Munkh-Ulzii Balidar
Located at classes/class.purge.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Munkh-Ulzii Balidar
Located at classes/class.purge.php
public
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
#
clearClientHistory( integer $clientId, boolean $keep, integer $fileNumber )
Clear the cache directory for a client |
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
|
#
clearArticleCache( integer $idartlang )
Clears the article cache of the article which is defined by the given parameters. |
public
boolean
|
|
public
boolean
|
|
public
string
|
|
public
|
|
public
|
private
array
|
$_dirsExcluded
These directories should not be deleted. |
#
array(
'code',
'templates_c'
)
|
private
array
|
$_dirsExcludedWithFiles
These directories and the included files should not be cleared. |
#
array(
'.',
'..',
'.svn',
'.cvs',
'.htaccess',
'.git',
'.gitignore',
'.keep',
)
|
private
array
|
$_logFileTypes
|
#
array(
'txt'
)
|
private
array
|
$_cronjobFileTypes
|
#
array(
'job'
)
|