PHP Class tl_settings

Provide miscellaneous methods that are used by the data configuration array.
Inheritance: extends Backend
Afficher le fichier Open project: contao/core-bundle Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

checkStaticUrl() public méthode

Check a static URL
public checkStaticUrl ( mixed $varValue ) : mixed
$varValue mixed
Résultat mixed

checkTemplateFiles() public méthode

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
Résultat mixed

clearSearchIndex() public méthode

Remove protected search results if the feature is being disabled
public clearSearchIndex ( mixed $varValue ) : mixed
$varValue mixed
Résultat mixed