Overview
  • Namespace
  • Class

Namespaces

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

Classes

  • ExImport
  • PageBuilders
  • PolyLang
  • WPML

Class ExImport

Import and export functionality.

MatthiasWeb\RealMediaLibrary\base\Base
Extended by MatthiasWeb\RealMediaLibrary\comp\ExImport
Namespace: MatthiasWeb\RealMediaLibrary\comp
Located at comp/ExImport.class.php

Methods summary

public
# options_register( )

Register options in media settings.

Register options in media settings.

public
# html_rml_button_export( )
public
# html_rml_button_import_cats( )
public
# importTaxonomy( $tax )

Import a taxonomy with relationships.

Import a taxonomy with relationships.

public
# importShortcuts( )

Search the wp_realmedialibrary_posts table for importData contains "," and then create the shortcuts for the splitted "," folders.

Search the wp_realmedialibrary_posts table for importData contains "," and then create the shortcuts for the splitted "," folders.

public
# import( array $tree )

Import a tree with __children array and __metas array recursively.

Import a tree with __children array and __metas array recursively.

Parameters

$tree
The tree, for example from $this::getFolders()
public
# getCategories( $tax )

Get the folder tree of a taxonomy for import process.

Get the folder tree of a taxonomy for import process.

Returns

array
public
# getFolders( )

Get the folder tree for import process.

Get the folder tree for import process.

Returns

array
public
# getHierarchicalTaxos( )

Get the hierarchical taxonomies for the media taxonomy.

Get the hierarchical taxonomies for the media taxonomy.

Returns

string
public static
# getInstance( )

Methods inherited from MatthiasWeb\RealMediaLibrary\base\Base

debug(), getCore(), getTableName()

API documentation generated by ApiGen