PHP 클래스 Backend\Core\Engine\FormFile

저자: Tijs Verkoyen ([email protected])
저자: Annelies Van Extergem ([email protected])
상속: extends SpoonFormFile
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
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