Namespace MatthiasWeb\RealMediaLibrary\api
Interfaces summary
IFolder | This interface provides elementary getter and setter methods for folder objects. All folder
types (Folder, Collection, Gallery, ...) have implemented this interface.
Also the root ("Unorganized") is a folder and implements this interface. Usually,
the root acts as "-1" but you should use the |
IFolderActions | This interface provides elementary action methods for folder objects. All folder types (Folder, Collection, Gallery, ...) have implemented this interface. Also the root ("Unorganized") is a folder and implements this interface. |
IFolderContent | This interface provides elementary action methods for folder content. All folder types (Folder, Collection, Gallery, ...) have implemented this interface. Also the root ("Unorganized") is a folder and implements this interface. |
IMetadata | Metadata content of a folder. The metadata can be changed in the arrow-down icon
in the folders sidebar toolbar. To handle metadata for folders you can
use the |
IStructure | Structure implementation for Real Media Library. It handles all SQL query which reads all folders from the database and "collects" it into one tree. You can modify the structure queries by RML/Tree* filters and extending the MatthiasWeb\RealMediaLibrary\attachment\Structure class (implements IStructure). |
IUserSettings | Metadata content for the general user settings. The metadata can be changed in the cog icon in the folders sidebar toolbar. To handle metadata for general user settings you can use the default wordpress add_user_meta function. |