Overview
  • Namespace
  • Class

Namespaces

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

Classes

  • Assets
  • Base
  • Core

Class Base

Base class for all available classes for the plugin.

Direct known subclasses

MatthiasWeb\RealMediaLibrary\attachment\CountCache, MatthiasWeb\RealMediaLibrary\attachment\CustomField, MatthiasWeb\RealMediaLibrary\comp\PageBuilders, MatthiasWeb\RealMediaLibrary\comp\PolyLang, MatthiasWeb\RealMediaLibrary\comp\WPML, MatthiasWeb\RealMediaLibrary\folder\BaseFolder, MatthiasWeb\RealMediaLibrary\folder\CRUD, MatthiasWeb\RealMediaLibrary\general\Activator, MatthiasWeb\RealMediaLibrary\general\FolderShortcode, MatthiasWeb\RealMediaLibrary\general\Lang, MatthiasWeb\RealMediaLibrary\general\Migration, MatthiasWeb\RealMediaLibrary\general\Options, MatthiasWeb\RealMediaLibrary\attachment\Filter, MatthiasWeb\RealMediaLibrary\general\Util, MatthiasWeb\RealMediaLibrary\general\View, MatthiasWeb\RealMediaLibrary\metadata\CoverImage, MatthiasWeb\RealMediaLibrary\metadata\Meta, MatthiasWeb\RealMediaLibrary\order\GalleryOrder, MatthiasWeb\RealMediaLibrary\rest\Attachment, MatthiasWeb\RealMediaLibrary\rest\Folder, MatthiasWeb\RealMediaLibrary\rest\Reset, MatthiasWeb\RealMediaLibrary\rest\Service, MatthiasWeb\RealMediaLibrary\attachment\Permissions, MatthiasWeb\RealMediaLibrary\attachment\Shortcut, MatthiasWeb\RealMediaLibrary\attachment\Structure, MatthiasWeb\RealMediaLibrary\base\Assets, MatthiasWeb\RealMediaLibrary\base\Core, MatthiasWeb\RealMediaLibrary\comp\complexquery\ComplexQuery, MatthiasWeb\RealMediaLibrary\comp\ExImport

Indirect known subclasses

MatthiasWeb\RealMediaLibrary\comp\complexquery\ResetNames, MatthiasWeb\RealMediaLibrary\folder\Collection, MatthiasWeb\RealMediaLibrary\folder\Creatable, MatthiasWeb\RealMediaLibrary\folder\Folder, MatthiasWeb\RealMediaLibrary\folder\Gallery, MatthiasWeb\RealMediaLibrary\folder\Root, MatthiasWeb\RealMediaLibrary\general\Assets, MatthiasWeb\RealMediaLibrary\general\Core, MatthiasWeb\RealMediaLibrary\order\Sortable

Abstract
Namespace: MatthiasWeb\RealMediaLibrary\base
Located at base/Base.class.php

Methods summary

public
# debug( mixed $message, string $methodOrFunction = null )

Simple-to-use error_log debug log. This debug is only outprintted when you define RML_DEBUG=true constant in wp-config.php

Simple-to-use error_log debug log. This debug is only outprintted when you define RML_DEBUG=true constant in wp-config.php

Parameters

$message
The message
$methodOrFunction
METHOD OR FUNCTION
public
# getTableName( string $name = "" )

Get a plugin relevant table name depending on the RML_DB_PREFIX constant.

Get a plugin relevant table name depending on the RML_DB_PREFIX constant.

Parameters

$name
Append this name to the plugins relevant table with _{$name}.

Returns

string
public
# getCore( )

Get the core.

Get the core.

Returns

general\Core
API documentation generated by ApiGen