lists
Artikelliste trait
Tags
Table of Contents
- $categoryList : categoryList
- Category list instance
- $count : int
- $dataView : dataView
- Data view object
- $isTrash : bool
- $items : array<string|int, mixed>
- $relatedCounts : array<string|int, mixed>
- $showArchivedStatus : bool
- $showDraftStatus : bool
- $users : array<string|int, mixed>
- getDataViewCols() : array<string|int, mixed>
- initDataView() : bool
- translateCategories() : void
- Kategorien übersetzen
- getCommentBadge() : badge
- getExtLineMenu() : bool
- getMetaData() : string
- getSharesBadge() : badge
Properties
$categoryList
Category list instance
protected
categoryList
$categoryList
$count
protected
int
$count
= 0
$dataView
Data view object
protected
dataView
$dataView
$isTrash
protected
bool
$isTrash
= false
$items
protected
array<string|int, mixed>
$items
= []
$relatedCounts
protected
array<string|int, mixed>
$relatedCounts
= []
$showArchivedStatus
protected
bool
$showArchivedStatus
= true
$showDraftStatus
protected
bool
$showDraftStatus
= true
$users
protected
array<string|int, mixed>
$users
= []
Methods
getDataViewCols()
protected
getDataViewCols() : array<string|int, mixed>
Return values
array<string|int, mixed> —initDataView()
protected
initDataView() : bool
Return values
bool —translateCategories()
Kategorien übersetzen
protected
translateCategories() : void
Return values
void —getCommentBadge()
private
getCommentBadge(relatedCountItem|null $countItem) : badge
Parameters
- $countItem : relatedCountItem|null
Return values
badge —getExtLineMenu()
private
getExtLineMenu(controlgroup &$buttons, article $article, bool $showDeleteButton) : bool
Parameters
- $buttons : controlgroup
- $article : article
- $showDeleteButton : bool
Return values
bool —getMetaData()
private
getMetaData(article $article) : string
Parameters
- $article : article
Return values
string —getSharesBadge()
private
getSharesBadge(relatedCountItem|null $countItem) : badge
Parameters
- $countItem : relatedCountItem|null