Namespace MatthiasWeb\RealMediaLibrary\general
Classes summary
Activator | The activator class handles the plugin relevant activation hooks: Uninstall, activation, deactivation and installation. The "installation" means installing needed database tables. |
Assets | Asset management for frontend scripts and styles. |
Core | Singleton core class which handles the main system for plugin. It includes registering of the autoloader, all hooks (actions & filters) (see base\Core class). |
FolderShortcode | Handles the shortcode for [folder-gallery]. |
Lang | Language texts. |
Migration | This class handles all hooks for future updates (migrations). |
Options | This class handles all hooks for the options. |
QueryCount | Get the count of WP_Query resultset instead of all the rows. |
Util | Util. |
View | Handles the view for dropdowns and custom UI's for folders. |
Exceptions summary
FolderAlreadyExistsException | When we want to set parent of a folder and the given name already exists in the parent folder. |