PHP 인터페이스 Sulu\Component\Content\Export\WebspaceInterface

파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
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