|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| ext_isLinkable ($doktype, $uid) | |
| wrapTitle ($title, $v, $ext_pArrPages) | |
Definition at line 404 of file class.browse_links.php.
| TBE_PageTree::ext_isLinkable | ( | $ | doktype, |
| $ | uid | ||
| ) |
Returns true if a doktype can be linked (which is always the case here).
| integer | Doktype value to test |
| integer | uid to test. |
Reimplemented from localPageTree.
Definition at line 413 of file class.browse_links.php.
| TBE_PageTree::wrapTitle | ( | $ | title, |
| $ | v, | ||
| $ | ext_pArrPages | ||
| ) |
Wrapping the title in a link, if applicable.
| string | Title, ready for output. |
| array | The record |
| boolean | If set, pages clicked will return immediately, otherwise reload page. |
Reimplemented from localPageTree.
Definition at line 425 of file class.browse_links.php.
1.7.5.1