PHP Interface Sulu\Component\Content\Export\WebspaceInterface

Show file Open project: sulu/sulu

Public Methods

Method Description
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.

Method Details

export() public method

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
return string

getExportData() public method

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
return string