PHP Class Pimcore\Model\Document\Tag\Pdf

Inheritance: extends Pimcore\Model\Document\Tag
Show file Open project: pimcore/pimcore

Public Properties

Property Type Description
$chapters array
$hotspots array
$id integer
$texts array

Public Methods

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 )

Method Details

checkValidity() public method

public checkValidity ( ) : boolean
return boolean

frontend() public method

public frontend ( )

getCacheTags() public method

public getCacheTags ( $ownerDocument, $tags = [] )

getChapter() public method

public getChapter ( $page )

getChapters() public method

public getChapters ( )

getData() public method

See also: Document\Tag\TagInterface::getData
public getData ( ) : mixed
return mixed

getDataEditmode() public method

public getDataEditmode ( )

getDataForResource() public method

public getDataForResource ( )

getEditmode() public method

public getEditmode ( )

getElement() public method

public getElement ( )

getErrorCode() public method

public getErrorCode ( $message = "" )

getFromWebserviceImport() public method

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

getHeight() public method

public getHeight ( )

getHotspot() public method

public getHotspot ( $page )

getHotspots() public method

public getHotspots ( ) : array
return array

getId() public method

public getId ( ) : integer
return integer

getText() public method

public getText ( $page )

getTexts() public method

public getTexts ( ) : array
return array

getType() public method

See also: Document\Tag\TagInterface::getType
public getType ( ) : string
return string

getWidth() public method

public getWidth ( )

isEmpty() public method

public isEmpty ( ) : boolean
return boolean

resolveDependencies() public method

public resolveDependencies ( ) : array
return array

rewriteIds() public method

..), "asset" => array(...) )
public rewriteIds ( array $idMapping ) : void
$idMapping array
return void

setChapters() public method

public setChapters ( $chapters )

setDataFromEditmode() public method

See also: Document\Tag\TagInterface::setDataFromEditmode
public setDataFromEditmode ( mixed $data ) : void
$data mixed
return void

setDataFromResource() public method

See also: Document\Tag\TagInterface::setDataFromResource
public setDataFromResource ( mixed $data )
$data mixed

setHotspots() public method

public setHotspots ( array $hotspots )
$hotspots array

setId() public method

public setId ( integer $id )
$id integer

setTexts() public method

public setTexts ( array $texts )
$texts array

Property Details

$chapters public property

public array $chapters
return array

$hotspots public property

public array $hotspots
return array

$id public property

public int $id
return integer

$texts public property

public array $texts
return array