Overview
  • Namespace
  • Class

Namespaces

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

Classes

  • Activator
  • Assets
  • Core
  • FolderShortcode
  • Lang
  • Migration
  • Options
  • QueryCount
  • Util
  • View

Exceptions

  • FolderAlreadyExistsException

Class 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).

MatthiasWeb\RealMediaLibrary\base\Base
Extended by MatthiasWeb\RealMediaLibrary\base\Core
Extended by MatthiasWeb\RealMediaLibrary\general\Core
Namespace: MatthiasWeb\RealMediaLibrary\general
Located at general/Core.class.php

Methods summary

protected
# __construct( )

Application core constructor.

Application core constructor.

Overrides

MatthiasWeb\RealMediaLibrary\base\Core::__construct
public
# init( )

The init function is fired even the init hook of WordPress. If possible it should register all hooks to have them in one place.

The init function is fired even the init hook of WordPress. If possible it should register all hooks to have them in one place.

public
# getService( )

Get the service.

Get the service.

Returns

rest\Service
public
# update_count( $str )

Use the wp die filter to make the last update count;

Use the wp die filter to make the last update count;

public static
# getInstance( )

Get singleton core class.

Get singleton core class.

Returns

Core
public static
# tableName( $name = '' )

Static method to get a RML table name.

Static method to get a RML table name.

See

Core::getTableName

Methods inherited from MatthiasWeb\RealMediaLibrary\base\Core

autoloadRegister(), getActivator(), getAssets(), getPluginData(), i18n(), updateDbCheck()

Methods inherited from MatthiasWeb\RealMediaLibrary\base\Base

debug(), getCore(), getTableName()

Constants summary

Constants inherited from MatthiasWeb\RealMediaLibrary\base\Core

COMPOSER_AUTOLOAD

API documentation generated by ApiGen