PHP Класс Backend\Core\Engine\FormFile

Автор: Tijs Verkoyen ([email protected])
Автор: Annelies Van Extergem ([email protected])
Наследование: extends SpoonFormFile
Показать файл Открыть проект

Открытые методы

Метод Описание
getErrors ( ) : string This function will return the errors. It is extended so we can do file checks automatically.
hideHelpTxt ( boolean $on = true ) Hides (or shows) the help text when parsing the field.
parse ( TwigTemplate $template = null ) : string Parses the html for this filefield.

Описание методов

getErrors() публичный Метод

This function will return the errors. It is extended so we can do file checks automatically.
public getErrors ( ) : string
Результат string

hideHelpTxt() публичный Метод

Hides (or shows) the help text when parsing the field.
public hideHelpTxt ( boolean $on = true )
$on boolean

parse() публичный Метод

Parses the html for this filefield.
public parse ( TwigTemplate $template = null ) : string
$template TwigTemplate The template to parse the element in.
Результат string