|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\FileDelivery:
Collaboration diagram for ILIAS\FileDelivery:Public Member Functions | |
| init (array|\ArrayAccess &$define, array|\ArrayAccess &$implement, array|\ArrayAccess &$use, array|\ArrayAccess &$contribute, array|\ArrayAccess &$seek, array|\ArrayAccess &$provide, array|\ArrayAccess &$pull, array|\ArrayAccess &$internal,) | |
| init (array|\ArrayAccess &$define, array|\ArrayAccess &$implement, array|\ArrayAccess &$use, array|\ArrayAccess &$contribute, array|\ArrayAccess &$seek, array|\ArrayAccess &$provide, array|\ArrayAccess &$pull, array|\ArrayAccess &$internal,) | |
| init (array|\ArrayAccess &$define, array|\ArrayAccess &$implement, array|\ArrayAccess &$use, array|\ArrayAccess &$contribute, array|\ArrayAccess &$seek, array|\ArrayAccess &$provide, array|\ArrayAccess &$pull, array|\ArrayAccess &$internal,) | |
Data Fields | |
| trait | HttpServiceAware |
| Trait HttpServiceAware. More... | |
Definition at line 29 of file FileDelivery.php.
| ILIAS\FileDelivery::init | ( | array|\ArrayAccess & | $define, |
| array|\ArrayAccess & | $implement, | ||
| array|\ArrayAccess & | $use, | ||
| array|\ArrayAccess & | $contribute, | ||
| array|\ArrayAccess & | $seek, | ||
| array|\ArrayAccess & | $provide, | ||
| array|\ArrayAccess & | $pull, | ||
| array|\ArrayAccess & | $internal | ||
| ) |
Reimplemented from ILIAS\Component.
Definition at line 31 of file FileDelivery.php.
| trait ILIAS\FileDelivery::HttpServiceAware |
Trait HttpServiceAware.
This trait provide a convenient way to consume the global http state and aids to reduce code duplication.
Please only use this trait if you need the global http state from a static context! Otherwise consider to pass the http global state via constructor (DI).
@Internal
Definition at line 38 of file HttpServiceAware.php.