Birthday
in package
uses
TraitMemberLink
Table of Contents
Properties
- $dateMonth : string
- $memberLink : MemberLink
Methods
- __construct() : mixed
- cntBirthdays() : int
- Zählt die Geburtstage
- getFullBox() : string
- Get's all birthdays as a small list. old code
- getMemberLinkInstance() : MemberLink
- cleanList() : array<string|int, mixed>
- getList() : string
- Alle Geburtstage als Liste
Properties
$dateMonth
private
string
$dateMonth
$memberLink
private
MemberLink
$memberLink
Methods
__construct()
public
__construct() : mixed
cntBirthdays()
Zählt die Geburtstage
public
cntBirthdays([bool $bToday = true ]) : int
Parameters
- $bToday : bool = true
Return values
intgetFullBox()
Get's all birthdays as a small list. old code
public
getFullBox() : string
Tags
Return values
stringgetMemberLinkInstance()
public
getMemberLinkInstance() : MemberLink
Return values
MemberLinkcleanList()
private
cleanList(array<string|int, mixed> $saBirthdays) : array<string|int, mixed>
Parameters
- $saBirthdays : array<string|int, mixed>
Return values
array<string|int, mixed>getList()
Alle Geburtstage als Liste
private
getList([bool $bToday = true ]) : string
Parameters
- $bToday : bool = true