PHP 클래스 Pimcore\Model\Document\Link

상속: extends Pimcore\Model\Document
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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