Méthode |
Description |
|
__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 ) |
|
|