\MatthiasWeb\RealMediaLibrary\lite\compExImport

Summary

Methods
Properties
Constants
importTaxonomy()
importMlf()
importFileBird()
importShortcuts()
import()
getCategories()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
importTreeRecursively()
clearImportData()
No private properties found
N/A

Methods

importTaxonomy()

importTaxonomy(  $tax)

Parameters

$tax

importMlf()

importMlf()

importFileBird()

importFileBird()

importShortcuts()

importShortcuts()

import()

import(  $tree)

Parameters

$tree

getCategories()

getCategories(string  $tax): array

Get the folder tree of a taxonomy for import process.

Parameters

string $tax

Returns

array

importTreeRecursively()

importTreeRecursively(array  $tree,integer  $idOffset = null,integer  $parent = null)

Import a tree with __children array and __metas array recursively.

Parameters

array $tree

The tree, for example from $this::getFolders()

integer $idOffset

The id offset for inserting unique keys

integer $parent

THe parent for the import

clearImportData()

clearImportData()

Clear importData and importId in posts and folder table.