ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\ResourceStorage\Resource Namespace Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

Namespaces

 InfoResolver
 
 Repository
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
 

Data Structures

class  AbstractStorableResource
 
class  CollectionBuilderTest
 Class CollectionBuilderTest. More...
 
class  CollectionRepositoryTest
 Class CollectionTest. More...
 
class  CollectionSortingTest
 Class CollectionSortingTest. More...
 
class  CollectionTest
 Class CollectionTest. More...
 
class  ResourceBuilder
 Class ResourceBuilder. More...
 
class  ResourceBuilderTest
 Class ResourceBuilderTest. More...
 
class  ResourceNotFoundException
 Class ResourceNotFoundException. More...
 
class  StorableContainerResource
 
class  StorableFileResource
 
interface  StorableResource
 Interface StorageResource. More...
 

Enumerations

enum  ResourceType : int { CONTAINER = 2 }
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Enumeration Type Documentation

◆ ResourceType

Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s.ch
Enumerator
CONTAINER 

Definition at line 26 of file ResourceType.php.

26  : int
27 {
28  case SINGLE_FILE = 1;
29  case CONTAINER = 2;
30 }