메소드 |
설명 |
|
countImageReferences ( string $uri ) : integer |
Returns the number of recorded references to the given $path. |
|
extractFilesFromXml ( $xml ) |
Returns the public uris for the images stored in $xml. |
|
getNodePathString ( eZ\Publish\SPI\Persistence\Content\VersionInfo $versionInfo ) : string |
Returns the node path string of $versionInfo. |
|
getXmlForImages ( integer $versionNo, array $fieldIds ) : array |
Returns a the XML content stored for the given $fieldIds. |
|
removeImageReferences ( string $uri, integer $versionNo, mixed $fieldId ) |
Removes all references from $fieldId to a path that starts with $path. |
|
storeImageReference ( string $uri, mixed $fieldId ) |
Stores a reference to the image in $path for $fieldId. |
|