PHP Class Pimcore\Model\Document\Tag\Wysiwyg

Inheritance: extends Pimcore\Model\Document\Tag
Afficher le fichier Open project: pimcore/pimcore

Méthodes publiques

Свойство Type Description
$text string Contains the text

Méthodes publiques

Méthode Description
frontend ( ) : string
getCacheTags ( $ownerDocument, array $blockedTags = [] ) : array
getData ( ) : mixed
getDataEditmode ( ) : mixed Converts the data so it's suitable for the editmode
getFromWebserviceImport ( Pimcore\Model\Webservice\Data\Document\Element $wsElement, $document = null, mixed $params = [], null $idMapper = null )
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(.
setDataFromEditmode ( mixed $data )
setDataFromResource ( mixed $data )

Method Details

frontend() public méthode

See also: Document\Tag\TagInterface::frontend
public frontend ( ) : string
Résultat string

getCacheTags() public méthode

public getCacheTags ( $ownerDocument, array $blockedTags = [] ) : array
$ownerDocument
$blockedTags array
Résultat array

getData() public méthode

See also: Document\Tag\TagInterface::getData
public getData ( ) : mixed
Résultat mixed

getDataEditmode() public méthode

Converts the data so it's suitable for the editmode
public getDataEditmode ( ) : mixed
Résultat mixed

getFromWebserviceImport() public méthode

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

getType() public méthode

See also: Document\Tag\TagInterface::getType
public getType ( ) : string
Résultat string

isEmpty() public méthode

public isEmpty ( ) : boolean
Résultat boolean

resolveDependencies() public méthode

public resolveDependencies ( ) : array
Résultat array

rewriteIds() public méthode

..), "asset" => array(...) )
public rewriteIds ( array $idMapping ) : void
$idMapping array
Résultat void

setDataFromEditmode() public méthode

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

setDataFromResource() public méthode

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

Property Details

$text public_oe property

Contains the text
public string $text
Résultat string