Classes
\
| Name | Description | |
|---|---|---|
| Exception | No description available | EMPTY |
| RuntimeException | No description available | EMPTY |
\PaulSchulz\SilverStripe\Gallery\Exceptions
| Name | Description | |
|---|---|---|
| IllegalOwnerException | Class IllegalOwnerException This exception is thrown when a classes uses an extension, which does not work with this extension. | EMPTY |
| IllegalStateException | This exception is thrown, when a method is called on object, but the object is not ready to execute this function. | EMPTY |
| InvalidConfigurationException | This exception is thrown to indicate the configuration in the .yml files or directly in php classes in invalid. | EMPTY |
\PaulSchulz\SilverStripe\Gallery\Extensions
| Name | Description | |
|---|---|---|
| GalleryExtension | This is the extension for creating a gallery with more information like location and description. | EMPTY |
| ImageCollectionExtension | This extension is responsible for creating the appearance of the gallery. | EMPTY |
| SiteTreeGalleryExtension | This class is similar to the GalleryExtension class. | EMPTY |
\PaulSchulz\SilverStripe\Gallery\Pages
| Name | Description | |
|---|---|---|
| GalleryHolder | This is the holder class for gallery pages. | EMPTY |
| GalleryPage | This is a page representing a gallery. The GalleryExtension is applied to this class. | EMPTY |
\PaulSchulz\SilverStripe\Gallery\Views
| Name | Description | |
|---|---|---|
| GalleryImage | This class represents an image of an image collection or a gallery. | EMPTY |
| ImageLine | This class represents an image line in an image collection. | EMPTY |
| ImageLineCollection | This class represents an image line collection, which is just all lines of an image collection. | EMPTY |