class UsedString (View source)

Properties

protected int $id

The subject this string was used for

protected string $usedString

The used string

protected int $subject

The subject this string was used for

protected DateTime $date

The DateTime the string was used

Methods

string
getUsedString()

Get the used string

setUsedString(string $usedString)

Set the used string

int
getSubject()

Get the subject the string was used with

setSubject(int $subject)

Set the subject the string was used with

getDate()

Get the date this string was used

setDate(DateTime $date)

Set the date this string was used

Details

string getUsedString()

Get the used string

Return Value

string

UsedString setUsedString(string $usedString)

Set the used string

Parameters

string $usedString

Return Value

UsedString

int getSubject()

Get the subject the string was used with

Return Value

int

UsedString setSubject(int $subject)

Set the subject the string was used with

Parameters

int $subject

Return Value

UsedString

DateTime getDate()

Get the date this string was used

Return Value

DateTime

UsedString setDate(DateTime $date)

Set the date this string was used

Parameters

DateTime $date

Return Value

UsedString