ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\FileServices\FileServicesLegacyInitialisationAdapter Class Reference
+ 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...
 

Detailed Description

Member Function Documentation

◆ getPhpUploadLimitInBytes()

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.

31 : int
32 {
34 }
static getPhpUploadSizeLimitInBytes()

References ilFileUtils\getPhpUploadSizeLimitInBytes().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: