PHP Интерфейс Sulu\Component\Content\Export\WebspaceInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
export ( string $webspaceKey, string $locale, $output, string $format = '1.2.xliff', string $uuid = null, array $nodes = null, array $ignoredNodes = null ) : string Export all data from given webspace and locale.
getExportData ( string $webspaceKey, string $locale, $output = null, string $format = '1.2.xliff', string $uuid = null, array $nodes = null, array $ignoredNodes = null ) : string Load all content, extension and settings from given webspace and locale.

Описание методов

export() публичный Метод

Export all data from given webspace and locale.
public export ( string $webspaceKey, string $locale, $output, string $format = '1.2.xliff', string $uuid = null, array $nodes = null, array $ignoredNodes = null ) : string
$webspaceKey string
$locale string
$output
$format string
$uuid string
$nodes array
$ignoredNodes array
Результат string

getExportData() публичный Метод

Load all content, extension and settings from given webspace and locale.
public getExportData ( string $webspaceKey, string $locale, $output = null, string $format = '1.2.xliff', string $uuid = null, array $nodes = null, array $ignoredNodes = null ) : string
$webspaceKey string
$locale string
$output
$format string
$uuid string
$nodes array
$ignoredNodes array
Результат string