Same name in other branches
| Object name | Nom du fichier | Résumé |
|---|---|---|
| InvalidQuickSetException | src/InvalidQuickSetException.php | Create our own exception class. |
| QuickContent | src/QuickContent.php | Abstract base class for content plugins. |
| QuickContentRenderableInterface | src/QuickContentRenderableInterface.php | Each QuickSet object has a "contents" property which is an array of objects that implement the QuickContentRenderableInterface. |
| QuickPreRenderedContent | src/QuickPreRenderedContent.php | This class implements the same interface that content plugins do but it is not a content plugin. It is a special class for pre-rendered content which is used when "custom" tabs are added to existing Quicktabs instances in a call… |
| QuickRenderer | src/QuickRenderer.php | Abstract base class for QuickSet Renderers. |
| QuickSet | src/QuickSet.php | A QuickSet object is an unrendered Quicktabs instance, essentially just a container of content items, as defined by its configuration settings and the array of content items it contains. |
| QuicktabContentInterface | src/QuicktabContentInterface.php | Helper interface to other Content Plugins. |
| QuicktabListBuilder | src/QuicktabListBuilder.php | Class QuicktabListBuilder |
| QuicktabsManager | src/QuicktabsManager.php | Quicktabs Plugin Manager. |
| QuicktabStorage | src/QuicktabStorage.php | Class QuicktabStorage |