|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\FileServices\FileServicesLegacyInitialisationAdapter:
Collaboration diagram for ILIAS\FileServices\FileServicesLegacyInitialisationAdapter:Public Member Functions | |
| getPhpUploadLimitInBytes () | |
| Returns the smaller php-ini option of 'post_max_size' and 'upload_max_filesize' in bytes. More... | |
| getPhpUploadLimitInBytes () | |
| Returns the smaller php-ini option of 'post_max_size' and 'upload_max_filesize' in bytes. More... | |
Public Member Functions inherited from ILIAS\UI\Component\Input\Field\GlobalUploadLimit | |
| getGlobalUploadLimitInBytes () | |
| Returns a global upload limit in bytes, may exceed the. More... | |
Definition at line 29 of file FileServicesLegacyInitialisationAdapter.php.
| ILIAS\FileServices\FileServicesLegacyInitialisationAdapter::getPhpUploadLimitInBytes | ( | ) |
Returns the smaller php-ini option of 'post_max_size' and 'upload_max_filesize' in bytes.
Implements ILIAS\UI\Component\Input\Field\PhpUploadLimit.
Definition at line 31 of file FileServicesLegacyInitialisationAdapter.php.
References ilFileUtils\getPhpUploadSizeLimitInBytes().
Here is the call graph for this function: