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 | array(
'code',
'templates_c'
) |
#
These directories should not be deleted. |
private
array
|
$_dirsExcludedWithFiles | array(
'.',
'..',
'.svn',
'.cvs',
'.htaccess',
'.git',
'.gitignore',
'.keep',
) |
#
These directories and the included files should not be cleared. |
private
array
|
$_logFileTypes | array(
'txt'
) |
|
private
array
|
$_cronjobFileTypes | array(
'job'
) |