PHP 클래스 Contao\Automator

상속: extends System
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Make the constuctor public
generateInternalCache ( ) Generate the internal cache
generateSitemap ( integer $intId ) Generate the Google XML sitemaps
generateSymlinks ( ) Generate the symlinks in the web/ folder
generateXmlFiles ( ) Regenerate the XML files
purgeImageCache ( ) Purge the image cache
purgeInternalCache ( ) Purge the internal cache
purgePageCache ( ) Purge the page cache
purgeScriptCache ( ) Purge the script cache
purgeSearchCache ( ) Purge the search cache
purgeSearchTables ( ) Purge the search tables
purgeSystemLog ( ) Purge the system log
purgeTempFolder ( ) Purge the temp folder
purgeUndoTable ( ) Purge the undo table
purgeVersionTable ( ) Purge the version table
purgeXmlFiles ( boolean $blnReturn = false ) : array Remove old XML files from the share directory
rotateLogs ( ) Rotate the log files

메소드 상세

__construct() 공개 메소드

Make the constuctor public
public __construct ( )

generateInternalCache() 공개 메소드

Generate the internal cache

generateSitemap() 공개 메소드

Generate the Google XML sitemaps
public generateSitemap ( integer $intId )
$intId integer The root page ID

generateXmlFiles() 공개 메소드

Regenerate the XML files
public generateXmlFiles ( )

purgeImageCache() 공개 메소드

Purge the image cache
public purgeImageCache ( )

purgeInternalCache() 공개 메소드

Purge the internal cache
public purgeInternalCache ( )

purgePageCache() 공개 메소드

Purge the page cache
public purgePageCache ( )

purgeScriptCache() 공개 메소드

Purge the script cache
public purgeScriptCache ( )

purgeSearchCache() 공개 메소드

Purge the search cache
public purgeSearchCache ( )

purgeSearchTables() 공개 메소드

Purge the search tables
public purgeSearchTables ( )

purgeSystemLog() 공개 메소드

Purge the system log
public purgeSystemLog ( )

purgeTempFolder() 공개 메소드

Purge the temp folder
public purgeTempFolder ( )

purgeUndoTable() 공개 메소드

Purge the undo table
public purgeUndoTable ( )

purgeVersionTable() 공개 메소드

Purge the version table
public purgeVersionTable ( )

purgeXmlFiles() 공개 메소드

Remove old XML files from the share directory
public purgeXmlFiles ( boolean $blnReturn = false ) : array
$blnReturn boolean If true, only return the finds and don't delete
리턴 array An array of old XML files

rotateLogs() 공개 메소드

Rotate the log files
사용 중단: Deprecated since Contao 4.0, to be removed in Contao 5.0. Use the logger service instead, which rotates its log files automatically.
public rotateLogs ( )