PHP 클래스 Pimcore\Model\Document\Tag\Wysiwyg

상속: extends Pimcore\Model\Document\Tag
파일 보기 프로젝트 열기: pimcore/pimcore

공개 프로퍼티들

프로퍼티 타입 설명
$text string Contains the text

공개 메소드들

메소드 설명
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 )

메소드 상세

frontend() 공개 메소드

또한 보기: Document\Tag\TagInterface::frontend
public frontend ( ) : string
리턴 string

getCacheTags() 공개 메소드

public getCacheTags ( $ownerDocument, array $blockedTags = [] ) : array
$ownerDocument
$blockedTags array
리턴 array

getData() 공개 메소드

또한 보기: Document\Tag\TagInterface::getData
public getData ( ) : mixed
리턴 mixed

getDataEditmode() 공개 메소드

Converts the data so it's suitable for the editmode
public getDataEditmode ( ) : mixed
리턴 mixed

getFromWebserviceImport() 공개 메소드

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() 공개 메소드

또한 보기: Document\Tag\TagInterface::getType
public getType ( ) : string
리턴 string

isEmpty() 공개 메소드

public isEmpty ( ) : boolean
리턴 boolean

resolveDependencies() 공개 메소드

public resolveDependencies ( ) : array
리턴 array

rewriteIds() 공개 메소드

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

setDataFromEditmode() 공개 메소드

또한 보기: Document\Tag\TagInterface::setDataFromEditmode
public setDataFromEditmode ( mixed $data )
$data mixed

setDataFromResource() 공개 메소드

또한 보기: Document\Tag\TagInterface::setDataFromResource
public setDataFromResource ( mixed $data )
$data mixed

프로퍼티 상세

$text 공개적으로 프로퍼티

Contains the text
public string $text
리턴 string