Property | Type | Description | |
---|---|---|---|
$_copyRecursiveIds | array | ||
$_user |
Method | Description | |
---|---|---|
__construct ( |
||
copyAsChild ( |
||
copyContents ( $target, $source ) : mixed | ||
copyRecursive ( |
||
expandMetadataForEditmode ( $metadata ) : array | ||
getUniqueKey ( $item, integer $nr ) : string | ||
gridAssetData ( |
||
loadAllFields ( Pimcore\Model\Element\ElementInterface $element ) : Pimcore\Model\Element\ElementInterface | ||
minimizeMetadata ( $metadata ) : array | ||
pathExists ( $path, $type = null ) : boolean | ||
rewriteIds ( $asset, $rewriteConfig ) : |
Rewrites id from source to target, $rewriteConfig contains array( "document" => array( SOURCE_ID => TARGET_ID, SOURCE_ID => TARGET_ID ), "object" => array(. |
public copyAsChild ( |
||
$target | ||
$source | ||
return | copied asset |
public copyContents ( $target, $source ) : mixed | ||
$target | ||
$source | ||
return | mixed |
public copyRecursive ( |
||
$target | ||
$source | ||
return | copied asset |
public static expandMetadataForEditmode ( $metadata ) : array | ||
$metadata | ||
return | array |
public static getUniqueKey ( $item, integer $nr ) : string | ||
$item | \Pimcore\Model\Asset | |
$nr | integer | |
return | string |
public static gridAssetData ( |
||
$asset |
public static loadAllFields ( Pimcore\Model\Element\ElementInterface $element ) : Pimcore\Model\Element\ElementInterface | ||
$element | Pimcore\Model\Element\ElementInterface | |
return | Pimcore\Model\Element\ElementInterface |
public static minimizeMetadata ( $metadata ) : array | ||
$metadata | ||
return | array |
public static pathExists ( $path, $type = null ) : boolean | ||
$path | ||
return | boolean |
public static rewriteIds ( $asset, $rewriteConfig ) : |
||
$asset | ||
$rewriteConfig | ||
return |