PHP Class Pimcore\Model\Document\Tag\Link

Inheritance: extends Pimcore\Model\Document\Tag
Datei anzeigen Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$data array Contains the data for the link

Public Methods

Method Description
checkValidity ( ) : boolean
frontend ( ) : string
getAccesskey ( ) : string
getAnchor ( ) : string
getData ( ) : mixed
getForWebserviceExport ( $document = null, mixed $params = [] ) : array Returns the current tag's data for web service export
getFromWebserviceImport ( Pimcore\Model\Webservice\Data\Document\Element $wsElement, $document = null, mixed $params = [], null $idMapper = null )
getHref ( ) : string
getParameters ( ) : string
getRel ( ) : string
getTabindex ( ) : string
getTarget ( ) : string
getText ( ) : string
getTitle ( ) : 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(.
setDataFromEditmode ( mixed $data ) : void
setDataFromResource ( mixed $data )

Protected Methods

Method Description
updatePathFromInternal ( boolean $realPath = false )

Method Details

checkValidity() public method

public checkValidity ( ) : boolean
return boolean

frontend() public method

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

getAccesskey() public method

public getAccesskey ( ) : string
return string

getAnchor() public method

public getAnchor ( ) : string
return string

getData() public method

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

getForWebserviceExport() public method

Returns the current tag's data for web service export
public getForWebserviceExport ( $document = null, mixed $params = [] ) : array
$params mixed
return array

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

getHref() public method

public getHref ( ) : string
return string

getParameters() public method

public getParameters ( ) : string
return string

getRel() public method

public getRel ( ) : string
return string

getTabindex() public method

public getTabindex ( ) : string
return string

getTarget() public method

public getTarget ( ) : string
return string

getText() public method

public getText ( ) : string
return string

getTitle() public method

public getTitle ( ) : string
return string

getType() public method

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

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

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

updatePathFromInternal() protected method

protected updatePathFromInternal ( boolean $realPath = false )
$realPath boolean

Property Details

$data public_oe property

Contains the data for the link
public array $data
return array