PHP Class Sulu\Component\Content\Import\ContentImportManager

Inheritance: implements Sulu\Component\Content\Import\ContentImportManagerInterface
Show file Open project: sulu/sulu

Protected Properties

Property Type Description
$contentTypeManager Sulu\Component\Content\ContentTypeManagerInterface

Public Methods

Method Description
__construct ( Sulu\Component\Content\ContentTypeManagerInterface $contentTypeManager )
hasImport ( $contentTypeName, $format )
import ( $contentTypeName, PHPCR\NodeInterface $node, Sulu\Component\Content\Compat\PropertyInterface $property, $value, $userId, $webspaceKey, $languageCode, $segmentKey = null )

Method Details

__construct() public method

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

hasImport() public method

public hasImport ( $contentTypeName, $format )

import() public method

public import ( $contentTypeName, PHPCR\NodeInterface $node, Sulu\Component\Content\Compat\PropertyInterface $property, $value, $userId, $webspaceKey, $languageCode, $segmentKey = null )
$node PHPCR\NodeInterface
$property Sulu\Component\Content\Compat\PropertyInterface

Property Details

$contentTypeManager protected property

protected ContentTypeManagerInterface,Sulu\Component\Content $contentTypeManager
return Sulu\Component\Content\ContentTypeManagerInterface