PHP Класс Contao\FormFileUpload

Наследование: extends Widget, implements uploadable
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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