Overview
  • Namespace
  • Class

Namespaces

  • MatthiasWeb
    • RealMediaLibrary
      • api
      • attachment
      • base
      • comp
        • complexquery
      • folder
      • general
      • metadata
      • order
      • rest
      • usersettings
  • None

Classes

  • BaseFolder
  • Collection
  • Creatable
  • CRUD
  • Folder
  • Gallery
  • Root

Namespace MatthiasWeb\RealMediaLibrary\folder

Classes summary

BaseFolder

Abstract base class for folders. It handles the available fields and getters / setters. The class is completely documentated in the implemented interface.

Collection

This class creates a collection object. (Type 1) See parent classes / interfaces for better documentation.

Creatable

Abstract class for a creatable folder item. It handles all general actions for a folder item. If you want to add an new folder type, have a look at the api function wp_rml_register_creatable();

CRUD

Static class to perform CRUD operations on folders. Please do not use this directly instead use the API functions. The R (Read) is not implemented here because updates should be executed through the API functions. It also holds the registered creatables.

Folder

This class creates a folder object. (Type 0) See parent classes / interfaces for better documentation.

Gallery

This class creates a gallery data folder object. (Type 2) See parent classes / interfaces for better documentation.

Root

This class creates a root object. (Type 4) See parent classes / interfaces for better documentation.

API documentation generated by ApiGen