Class rex_category
Object Oriented Framework: Bildet eine Kategorie der Struktur ab.
- rex_structure_element uses rex_instance_pool_trait, rex_instance_list_pool_trait
-
rex_category
Methods summary
public static
null|self
|
||
public static
self[]
|
#
getRootCategories( boolean $ignoreOfflines = false, integer $clang = null )
Return a list of top level categories, ie. categories that have no parent. Returns an array of rex_category objects sorted by $priority. |
|
public
integer
|
||
public
self[]
|
#
getChildren( boolean $ignoreOfflines = false )
Return a list of all subcategories. Returns an array of rex_category objects sorted by $priority. |
|
public
self
|
||
public
boolean
|
#
isParent(
Returns TRUE if this category is the direct parent of the other category. |
|
public
|
#
getArticles( boolean $ignoreOfflines = false )
Return a list of articles in this category Returns an array of rex_article objects sorted by $priority. |
|
public
|
||
public
string
|
||
public
string
|
||
public static
boolean
|
||
public
boolean
|
Methods inherited from rex_structure_element
__construct()
,
_hasValue()
,
_toAttributeString()
,
get()
,
getChildElements()
,
getClang()
,
getClangId()
,
getClassVars()
,
getCreateDate()
,
getCreateUser()
,
getId()
,
getParentId()
,
getParentTree()
,
getPathAsArray()
,
getTemplateId()
,
getUpdateDate()
,
getUpdateUser()
,
getUrl()
,
getValue()
,
hasTemplate()
,
inParentTree()
,
isNotFoundArticle()
,
isOnline()
,
isSiteStartArticle()
,
isStartArticle()
,
resetClassVars()
,
toLink()
Methods used from rex_instance_pool_trait
addInstance()
,
clearInstance()
,
clearInstancePool()
,
getInstance()
,
hasInstance()
Methods used from rex_instance_list_pool_trait
addInstanceList()
,
clearInstanceList()
,
clearInstanceListPool()
,
getInstanceList()
,
hasInstanceList()
Properties summary
Properties inherited from rex_structure_element
$catname
,
$catpriority
,
$clang_id
,
$classVars
,
$createdate
,
$createuser
,
$id
,
$name
,
$parent_id
,
$path
,
$priority
,
$startarticle
,
$status
,
$template_id
,
$updatedate
,
$updateuser