NewsList
in package
uses
TraitCommentsList, TraitSeo
Table of Contents
Properties
- $news : News
- $commentsList : CommentsList
- $env : array<string|int, mixed>
- $saAtt : array<string|int, mixed>
Methods
- __construct() : mixed
- getCommentsListInstance() : CommentsList
- getList() : string
- returns Goabase News
- getSeoInstance() : Seo
- getYearsWithLinks() : string
- getNewIcon() : string
- Gibt New-Icon zurueck
- getTplList() : string
- Liste der News
Properties
$news
public
News
$news
$commentsList
private
CommentsList
$commentsList
$env
private
array<string|int, mixed>
$env
$saAtt
private
array<string|int, mixed>
$saAtt
Methods
__construct()
public
__construct([array<string|int, mixed> $saAtt = [] ][, int $bPast = 0 ]) : mixed
Parameters
- $saAtt : array<string|int, mixed> = []
- $bPast : int = 0
getCommentsListInstance()
public
getCommentsListInstance() : CommentsList
Return values
CommentsListgetList()
returns Goabase News
public
getList() : string
Tags
Return values
string —- complete news
getSeoInstance()
public
getSeoInstance() : Seo
Return values
SeogetYearsWithLinks()
public
getYearsWithLinks() : string
Tags
Return values
stringgetNewIcon()
Gibt New-Icon zurueck
private
getNewIcon(int $strDateStart, int $strDateStop) : string
Parameters
- $strDateStart : int
-
- YYYYMMDD
- $strDateStop : int
-
- YYYYMMDD
Tags
Return values
string —image-tag
getTplList()
Liste der News
private
getTplList([array<string|int, mixed> $saRow = [] ]) : string
Parameters
- $saRow : array<string|int, mixed> = []