Craft 3 Class Reference

Class craft\web\twig\variables\Io

Inheritance
craft\web\twig\variables\Io
Available since version
3.0
Source Code
https://github.com/craftcms/cms/blob/master/src/web/twig/variables/Io.php

Io variable.

Public Methods
Method Description Defined By
getFileKinds() Returns a list of file kinds. craft\web\twig\variables\Io
getMaxUploadSize() Return max upload size in bytes. craft\web\twig\variables\Io

Method Details

getFileKinds() public method #

Returns a list of file kinds.

public array getFileKinds ( )

getMaxUploadSize() public method #

Return max upload size in bytes.

public integer, float getMaxUploadSize ( )