PHP 클래스 Contao\FormFileUpload

상속: extends Widget, implements uploadable
파일 보기 프로젝트 열기: contao/core-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$strPrefix string The CSS class prefix
$strTemplate string Template

공개 메소드들

메소드 설명
__set ( string $strKey, mixed $varValue ) Add specific attributes
generate ( ) : string Generate the widget and return it as string
validate ( ) Validate the input and set the value

보호된 메소드들

메소드 설명
getMaximumUploadSize ( ) : string Return the maximum upload file size in bytes

메소드 상세

__set() 공개 메소드

Add specific attributes
public __set ( string $strKey, mixed $varValue )
$strKey string The attribute name
$varValue mixed The attribute value

generate() 공개 메소드

Generate the widget and return it as string
public generate ( ) : string
리턴 string The widget markup

getMaximumUploadSize() 보호된 메소드

Return the maximum upload file size in bytes
protected getMaximumUploadSize ( ) : string
리턴 string

validate() 공개 메소드

Validate the input and set the value
public validate ( )

프로퍼티 상세

$strPrefix 보호되어 있는 프로퍼티

The CSS class prefix
protected string $strPrefix
리턴 string

$strTemplate 보호되어 있는 프로퍼티

Template
protected string $strTemplate
리턴 string