Album
in package
Read onlyYes
Table of Contents
Properties
- $accountID : int
- $approved : string
- $birthDay : int
- $birthMonth : int
- $birthYear : int
- $created : int
- $email : string|null
- $isPictureDisabled : bool
- $lastChanged : int
- $location : string|null
- $otherInfo : string
- $pageViews : int
- $website : string|null
Methods
- __construct() : mixed
- getAllApproved() : array<string, self>
- getByHofName() : array<string, self>
- getComments() : array<string|int, array{id: int, date: string, commenter: string, msg: string}>
- Returns all comments on this album entry in HTML-safe format.
- getDisplayBirthdate() : string
- getDisplayEmail() : string
- getDisplayLocation() : string
- getDisplayOtherInfo() : string
- getDisplayWebsite() : string
- getImageSrc() : string
- getNextUnapproved() : self
Properties
$accountID
public
int
$accountID
$approved
public
string
$approved
$birthDay
public
int
$birthDay
$birthMonth
public
int
$birthMonth
$birthYear
public
int
$birthYear
$created
public
int
$created
public
string|null
$email
$isPictureDisabled
public
bool
$isPictureDisabled
$lastChanged
public
int
$lastChanged
$location
public
string|null
$location
$otherInfo
public
string
$otherInfo
$pageViews
public
int
$pageViews
$website
public
string|null
$website
Methods
__construct()
public
__construct(int $accountID[, DatabaseRecord|null $dbRecord = null ]) : mixed
Parameters
- $accountID : int
- $dbRecord : DatabaseRecord|null = null
getAllApproved()
public
static getAllApproved() : array<string, self>
Return values
array<string, self>getByHofName()
public
static getByHofName(string $hofNamePattern[, bool $approved = true ]) : array<string, self>
Parameters
- $hofNamePattern : string
- $approved : bool = true
Return values
array<string, self>getComments()
Returns all comments on this album entry in HTML-safe format.
public
getComments(string $dateFormat) : array<string|int, array{id: int, date: string, commenter: string, msg: string}>
Parameters
- $dateFormat : string
Return values
array<string|int, array{id: int, date: string, commenter: string, msg: string}>getDisplayBirthdate()
public
getDisplayBirthdate() : string
Return values
stringgetDisplayEmail()
public
getDisplayEmail() : string
Return values
stringgetDisplayLocation()
public
getDisplayLocation() : string
Return values
stringgetDisplayOtherInfo()
public
getDisplayOtherInfo() : string
Return values
stringgetDisplayWebsite()
public
getDisplayWebsite() : string
Return values
stringgetImageSrc()
public
getImageSrc() : string
Return values
stringgetNextUnapproved()
public
static getNextUnapproved() : self