PHP Class Contao\FormModel

Inheritance: extends Model
Show file Open project: contao/core-bundle Class Usage Examples

Protected Properties

Property Type Description
$strTable string Table name

Public Methods

Method Description
getMaxUploadFileSize ( ) : integer Get the maximum file size that is allowed for file uploads

Method Details

getMaxUploadFileSize() public method

Get the maximum file size that is allowed for file uploads
public getMaxUploadFileSize ( ) : integer
return integer The maximum file size in bytes

Property Details

$strTable protected static property

Table name
protected static string $strTable
return string