PHP 클래스 Sulu\Component\Content\Export\ContentExportManager

상속: implements Sulu\Component\Content\Export\ContentExportManagerInterface
파일 보기 프로젝트 열기: sulu/sulu

보호된 프로퍼티들

프로퍼티 타입 설명
$contentTypeManager Sulu\Component\Content\ContentTypeManagerInterface
$contentTypeOptions array

공개 메소드들

메소드 설명
__construct ( Sulu\Component\Content\ContentTypeManagerInterface $contentTypeManager )
add ( $contentTypeName, $format, $options )
export ( $contentTypeName, $propertyValue )
getOptions ( $contentTypeName, $format )
hasExport ( $contentTypeName, $format )

보호된 메소드들

메소드 설명
existOptions ( $contentTypeName, $format ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( Sulu\Component\Content\ContentTypeManagerInterface $contentTypeManager )
$contentTypeManager Sulu\Component\Content\ContentTypeManagerInterface

add() 공개 메소드

public add ( $contentTypeName, $format, $options )

existOptions() 보호된 메소드

protected existOptions ( $contentTypeName, $format ) : boolean
$contentTypeName
$format
리턴 boolean

export() 공개 메소드

public export ( $contentTypeName, $propertyValue )

getOptions() 공개 메소드

public getOptions ( $contentTypeName, $format )

hasExport() 공개 메소드

public hasExport ( $contentTypeName, $format )

프로퍼티 상세

$contentTypeManager 보호되어 있는 프로퍼티

protected ContentTypeManagerInterface,Sulu\Component\Content $contentTypeManager
리턴 Sulu\Component\Content\ContentTypeManagerInterface

$contentTypeOptions 보호되어 있는 프로퍼티

protected array $contentTypeOptions
리턴 array