ILIAS  trunk Revision v12.0_alpha-1338-g8f7e531aa3c
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

namespace  InfoResolver
 
namespace  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  EnsurePathInZipTest
 Regression tests for Mantis 0045580 / 0047237: entries written to a ZIP container must not start with a leading slash, otherwise some extraction tools (Windows Explorer in particular) will not list them. 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.

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