Titles
in package
implements
Translatable
Titles.
Tags
Interfaces, Classes, Traits and Enums
- Translatable
Table of Contents
- $dk : int|null
- $female : string|null
- $male : string|null
- $ref : string|null
- $titleid : int|null
- $translations : Collection
- __construct() : mixed
- __toString() : mixed
- addTranslation() : void
- getDk() : int
- Get the value of Dk.
- getFemale() : string
- Get the value of Female.
- getMale() : string
- Get the value of Male.
- getRef() : string
- Get the value of Ref.
- getTitleid() : int
- Get the value of Titleid.
- getTranslations() : mixed
- setDk() : self
- Set the value of Dk.
- setFemale() : self
- Set the value of Female.
- setMale() : self
- Set the value of Male.
- setRef() : self
- Set the value of Ref.
- setTitleid() : self
- Set the value of Titleid.
Properties
$dk
private
int|null
$dk
= 0
Tags
$female
private
string|null
$female
= null
Tags
$male
private
string|null
$male
= null
Tags
$ref
private
string|null
$ref
= null
Tags
$titleid
private
int|null
$titleid
= null
Tags
$translations
private
Collection
$translations
Tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —__toString()
public
__toString() : mixed
Return values
mixed —addTranslation()
public
addTranslation(TitlesTranslation $t) : void
Parameters
- $t : TitlesTranslation
Return values
void —getDk()
Get the value of Dk.
public
getDk() : int
Return values
int —getFemale()
Get the value of Female.
public
getFemale() : string
Return values
string —getMale()
Get the value of Male.
public
getMale() : string
Return values
string —getRef()
Get the value of Ref.
public
getRef() : string
Return values
string —getTitleid()
Get the value of Titleid.
public
getTitleid() : int
Return values
int —getTranslations()
public
getTranslations() : mixed
Return values
mixed —setDk()
Set the value of Dk.
public
setDk(int $dk) : self
Parameters
- $dk : int
Return values
self —setFemale()
Set the value of Female.
public
setFemale(string $female) : self
Parameters
- $female : string
Return values
self —setMale()
Set the value of Male.
public
setMale(string $male) : self
Parameters
- $male : string
Return values
self —setRef()
Set the value of Ref.
public
setRef(string $ref) : self
Parameters
- $ref : string
Return values
self —setTitleid()
Set the value of Titleid.
public
setTitleid(int $titleid) : self
Parameters
- $titleid : int