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
intcategory idgetCategoryPath($cat_id, $level, $reverse)
getCategoryURLName($cat_id)
getFrontContentUrl(integer $iIdcat, integer $iIdart, boolean $bAbsolute) : string
| author | Willi Man |
|---|---|
| access | public |
integer
integer
booleanreturn absolute path or not
stringURLgetLevel($catid)
getParent($preid)
getRoot($cat_id)
getSubCategories($iParentCategory)
getSubTree(int $idcat_start) : array
| copyright | four for business AG <www.4fb.de> |
|---|
intId of category
arrayArray with subtreegetSuccessor($iCategory)
getURL(integer $iIdcat, integer $iIdart, $sType, boolean $bAbsolute, $iLevel) : string
| author | Willi Man |
|---|---|
| access | public |
integerurl name to create for
integer
booleanreturn absolute path or not
stringURLgetUrlPath(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
booleanreturn absolute path or not
stringpath information or empty stringgetUrlPathGenParam(integer $iIdcat, integer $iSelectedNumber, boolean $bAbsolute, $iLevel) : string
| requires | functions.pathresolver.php |
|---|---|
| author | Willi Man |
| access | public |
integer
integer
booleanreturn absolute path or not
stringpath information or empty stringhasChildren($iParentCategory)
hasParent($preid)
hasSuccessor($iCategory)
isParent($parentid, $catid)
isPublic($cat_id)
isVisible($cat_id)