PHP 인터페이스 Sulu\Component\Content\Import\ContentImportManagerInterface

파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
hasImport ( $contentTypeName, $format ) : boolean Check can import type by given typename.
import ( $contentTypeName, PHPCR\NodeInterface $node, Sulu\Component\Content\Compat\PropertyInterface $property, $value, integer $userId, string $webspaceKey, string $languageCode, string $segmentKey = null ) Import property of a document.

메소드 상세

hasImport() 공개 메소드

Check can import type by given typename.
public hasImport ( $contentTypeName, $format ) : boolean
$contentTypeName
$format
리턴 boolean

import() 공개 메소드

Import property of a document.
public import ( $contentTypeName, PHPCR\NodeInterface $node, Sulu\Component\Content\Compat\PropertyInterface $property, $value, integer $userId, string $webspaceKey, string $languageCode, string $segmentKey = null )
$contentTypeName
$node PHPCR\NodeInterface
$property Sulu\Component\Content\Compat\PropertyInterface
$userId integer
$webspaceKey string
$languageCode string
$segmentKey string