Method |
Description |
|
__sleep ( ) |
|
|
frontend ( ) : string |
|
|
getAlt ( ) |
* |
|
getCacheTags ( $ownerDocument, $tags = [] ) |
|
|
getCropHeight ( ) : float |
|
|
getCropLeft ( ) : float |
|
|
getCropPercent ( ) : boolean |
|
|
getCropTop ( ) : float |
|
|
getCropWidth ( ) : float |
|
|
getData ( ) : mixed |
|
|
getDataEditmode ( ) : array |
Converts the data so it's suitable for the editmode |
|
getDataForResource ( ) |
|
|
getFromWebserviceImport ( Pimcore\Model\Webservice\Data\Document\Element $wsElement, $document = null, mixed $params = [], null $idMapper = null ) |
|
|
getHotspots ( ) : array |
|
|
getId ( ) : integer |
|
|
getImage ( ) : Image |
|
|
getMarker ( ) : array |
|
|
getSrc ( ) |
* |
|
getText ( ) |
* |
|
getThumbnail ( $conf, boolean $deferred = true ) : Thumbnail | string |
|
|
getType ( ) : string |
|
|
isEmpty ( ) : boolean |
|
|
resolveDependencies ( ) : array |
|
|
rewriteIds ( array $idMapping ) : void |
Rewrites id from source to target, $idMapping contains
array(
"document" => array(
SOURCE_ID => TARGET_ID,
SOURCE_ID => TARGET_ID
),
"object" => array(. |
|
setCropHeight ( $cropHeight ) |
|
|
setCropLeft ( $cropLeft ) |
|
|
setCropPercent ( $cropPercent ) |
|
|
setCropTop ( $cropTop ) |
|
|
setCropWidth ( $cropWidth ) |
|
|
setDataFromEditmode ( mixed $data ) |
|
|
setDataFromResource ( mixed $data ) |
|
|
setHotspots ( array $hotspots ) |
|
|
setId ( integer $id ) : Image |
|
|
setImage ( Image $image ) : Image |
|
|
setMarker ( array $marker ) |
|
|