Property | Type | Description | |
---|---|---|---|
$chapters | array | ||
$hotspots | array | ||
$id | integer | ||
$texts | array |
Method | Description | |
---|---|---|
checkValidity ( ) : boolean | ||
frontend ( ) | ||
getCacheTags ( $ownerDocument, $tags = [] ) | ||
getChapter ( $page ) | ||
getChapters ( ) | ||
getData ( ) : mixed | ||
getDataEditmode ( ) | ||
getDataForResource ( ) | ||
getEditmode ( ) | ||
getElement ( ) | ||
getErrorCode ( $message = "" ) | ||
getFromWebserviceImport ( Pimcore\Model\Webservice\Data\Document\Element $wsElement, $document = null, mixed $params = [], null $idMapper = null ) | ||
getHeight ( ) | ||
getHotspot ( $page ) | ||
getHotspots ( ) : array | ||
getId ( ) : integer | ||
getText ( $page ) | ||
getTexts ( ) : array | ||
getType ( ) : string | ||
getWidth ( ) | ||
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(. | |
setChapters ( $chapters ) | ||
setDataFromEditmode ( mixed $data ) : void | ||
setDataFromResource ( mixed $data ) | ||
setHotspots ( array $hotspots ) | ||
setId ( integer $id ) | ||
setTexts ( array $texts ) |
public getFromWebserviceImport ( Pimcore\Model\Webservice\Data\Document\Element $wsElement, $document = null, mixed $params = [], null $idMapper = null ) | ||
$wsElement | Pimcore\Model\Webservice\Data\Document\Element | |
$params | mixed | |
$idMapper | null |
public rewriteIds ( array $idMapping ) : void | ||
$idMapping | array | |
return | void |
public setDataFromEditmode ( mixed $data ) : void | ||
$data | mixed | |
return | void |