PHP Класс Pimcore\Model\Document\Link

Наследование: extends Pimcore\Model\Document
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$direct string Contains the direct link as plain text
$href string path of the link
$internal integer Contains the ID of the internal ID
$internalType string Contains the type of the internal ID
$linktype string Type of the link (internal/direct)
$object Pimcore\Model\Document | Pimcore\Model\Asset Contains object of linked Document|Asset
$type string static type of this object

Открытые методы

Метод Описание
__sleep ( )
getAccesskey ( ) : string getProperty method should be used instead
getAnchor ( ) : string getProperty method should be used instead
getCacheTags ( $tags = [] ) : array Resolves dependencies and create tags for caching out of them
getDirect ( ) : string Returns the direct link (eg. http://www.pimcore.org/test)
getHref ( ) : string Returns the plain text path of the link
getHtml ( ) : string returns the ready-use html for this link
getInternal ( ) : integer Returns the id of the internal document|asset which is linked
getInternalType ( ) : string
getLink ( ) : string Returns the path of the link including the anchor and parameters
getLinktype ( ) : string Returns the type of the link (internal/direct)
getName ( ) : string getProperty method should be used instead
getObject ( ) : Document | Asset
getParameters ( ) : string getProperty method should be used instead
getRel ( ) : string getProperty method should be used instead
getTabindex ( ) : string getProperty method should be used instead
getTarget ( ) : string getProperty method should be used instead
getTitle ( ) : string
resolveDependencies ( ) : array
setAccesskey ( $accesskey )
setAnchor ( $anchor )
setDirect ( string $direct )
setInternal ( integer $internal )
setInternalType ( string $type )
setLinktype ( string $linktype )
setName ( string $name ) setProperty method should be used instead
setObject ( $object )
setObjectFromId ( ) : Asset | Document
setParameters ( $parameters )
setRel ( $rel )
setTabindex ( $tabindex )
setTarget ( string $target ) : string setProperty method should be used instead
setTitle ( $title )

Описание методов

__sleep() публичный Метод

public __sleep ( )

getAccesskey() публичный Метод

getProperty method should be used instead
Устаревший:
public getAccesskey ( ) : string
Результат string

getAnchor() публичный Метод

getProperty method should be used instead
Устаревший:
public getAnchor ( ) : string
Результат string

getCacheTags() публичный Метод

Resolves dependencies and create tags for caching out of them
public getCacheTags ( $tags = [] ) : array
Результат array

getDirect() публичный Метод

Returns the direct link (eg. http://www.pimcore.org/test)
public getDirect ( ) : string
Результат string

getHref() публичный Метод

Returns the plain text path of the link
public getHref ( ) : string
Результат string

getHtml() публичный Метод

returns the ready-use html for this link
public getHtml ( ) : string
Результат string

getInternal() публичный Метод

Returns the id of the internal document|asset which is linked
public getInternal ( ) : integer
Результат integer

getInternalType() публичный Метод

public getInternalType ( ) : string
Результат string

getLinktype() публичный Метод

Returns the type of the link (internal/direct)
public getLinktype ( ) : string
Результат string

getName() публичный Метод

getProperty method should be used instead
Устаревший:
public getName ( ) : string
Результат string

getObject() публичный Метод

public getObject ( ) : Document | Asset
Результат Pimcore\Model\Document | Pimcore\Model\Asset

getParameters() публичный Метод

getProperty method should be used instead
Устаревший:
public getParameters ( ) : string
Результат string

getRel() публичный Метод

getProperty method should be used instead
Устаревший:
public getRel ( ) : string
Результат string

getTabindex() публичный Метод

getProperty method should be used instead
Устаревший:
public getTabindex ( ) : string
Результат string

getTarget() публичный Метод

getProperty method should be used instead
Устаревший:
public getTarget ( ) : string
Результат string

getTitle() публичный Метод

public getTitle ( ) : string
Результат string

resolveDependencies() публичный Метод

См. также: Document::resolveDependencies
public resolveDependencies ( ) : array
Результат array

setAccesskey() публичный Метод

public setAccesskey ( $accesskey )
$accesskey

setAnchor() публичный Метод

public setAnchor ( $anchor )
$anchor

setDirect() публичный Метод

public setDirect ( string $direct )
$direct string

setInternal() публичный Метод

public setInternal ( integer $internal )
$internal integer

setInternalType() публичный Метод

public setInternalType ( string $type )
$type string

setLinktype() публичный Метод

public setLinktype ( string $linktype )
$linktype string

setName() публичный Метод

setProperty method should be used instead
Устаревший:
public setName ( string $name )
$name string

setObject() публичный Метод

public setObject ( $object )

setObjectFromId() публичный Метод

public setObjectFromId ( ) : Asset | Document
Результат Pimcore\Model\Asset | Pimcore\Model\Document

setParameters() публичный Метод

public setParameters ( $parameters )
$parameters

setRel() публичный Метод

public setRel ( $rel )
$rel

setTabindex() публичный Метод

public setTabindex ( $tabindex )
$tabindex

setTarget() публичный Метод

setProperty method should be used instead
Устаревший:
public setTarget ( string $target ) : string
$target string
Результат string

setTitle() публичный Метод

public setTitle ( $title )
$title

Описание свойств

$direct публичное свойство

Contains the direct link as plain text
public string $direct
Результат string

$href публичное свойство

path of the link
public string $href
Результат string

$internal публичное свойство

Contains the ID of the internal ID
public int $internal
Результат integer

$internalType публичное свойство

Contains the type of the internal ID
public string $internalType
Результат string

$linktype публичное свойство

Type of the link (internal/direct)
public string $linktype
Результат string

$object публичное свойство

Contains object of linked Document|Asset
public Document,Pimcore\Model|Asset,Pimcore\Model $object
Результат Pimcore\Model\Document | Pimcore\Model\Asset

$type публичное свойство

static type of this object
public string $type
Результат string