PHP 클래스 tl_settings

Provide miscellaneous methods that are used by the data configuration array.
상속: extends Backend
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

공개 메소드들

메소드 설명
checkStaticUrl ( mixed $varValue ) : mixed Check a static URL
checkTemplateFiles ( mixed $varValue ) : mixed Make sure that "html5" is in the list of valid template files, so the back end works correctly (see #3398)
clearSearchIndex ( mixed $varValue ) : mixed Remove protected search results if the feature is being disabled

메소드 상세

checkStaticUrl() 공개 메소드

Check a static URL
public checkStaticUrl ( mixed $varValue ) : mixed
$varValue mixed
리턴 mixed

checkTemplateFiles() 공개 메소드

Make sure that "html5" is in the list of valid template files, so the back end works correctly (see #3398)
public checkTemplateFiles ( mixed $varValue ) : mixed
$varValue mixed
리턴 mixed

clearSearchIndex() 공개 메소드

Remove protected search results if the feature is being disabled
public clearSearchIndex ( mixed $varValue ) : mixed
$varValue mixed
리턴 mixed