FrontendNavigation()
getCategoryName()
getCategoryOfArticle()
getCategoryPath()
getCategoryURLName()
getFrontContentUrl()
getLevel()
getParent()
getRoot()
getSubCategories()
getSubTree()
getSuccessor()
getURL()
getUrlPath()
getUrlPathGenParam()
hasChildren()
hasParent()
hasSuccessor()
isParent()
isPublic()
isVisible()
file FrontendNavigation.php
version | 1.1.0 |
---|---|
author | Willi Man |
copyright | four for business AG <www.4fb.de> |
created | 25.03.2005 |
modified | 22.11.2005 |
getCategoryName($cat_id)
getCategoryOfArticle(int $iArticleId) : int
If an article is assigned to more than one category take the first category.
int
int
category idgetCategoryPath($cat_id, $level, $reverse)
getCategoryURLName($cat_id)
getFrontContentUrl(integer $iIdcat, integer $iIdart, boolean $bAbsolute) : string
author | Willi Man |
---|---|
access | public |
integer
integer
boolean
return absolute path or not
string
URLgetLevel($catid)
getParent($preid)
getRoot($cat_id)
getSubCategories($iParentCategory)
getSubTree(int $idcat_start) : array
copyright | four for business AG <www.4fb.de> |
---|
int
Id of category
array
Array with subtreegetSuccessor($iCategory)
getURL(integer $iIdcat, integer $iIdart, $sType, boolean $bAbsolute, $iLevel) : string
author | Willi Man |
---|---|
access | public |
integer
url name to create for
integer
boolean
return absolute path or not
string
URLgetUrlPath(integer $iIdcat, integer $iIdart, boolean $bAbsolute, $iLevel, $sURL_SUFFIX) : string
The urlpath looks like /Home/Product/Support/ where the directory-like string equals a category path.
requires | functions.pathresolver.php |
---|---|
author | Marco Jahn (Project www.usa.de) |
modified | by Willi Man |
access | public |
integer
integer
boolean
return absolute path or not
string
path information or empty stringgetUrlPathGenParam(integer $iIdcat, integer $iSelectedNumber, boolean $bAbsolute, $iLevel) : string
requires | functions.pathresolver.php |
---|---|
author | Willi Man |
access | public |
integer
integer
boolean
return absolute path or not
string
path information or empty stringhasChildren($iParentCategory)
hasParent($preid)
hasSuccessor($iCategory)
isParent($parentid, $catid)
isPublic($cat_id)
isVisible($cat_id)