Legend of the Green Dragon

Titles
in package
implements Translatable

Titles.

Tags
ORM\Table

(name="titles", indexes={ @ORM\Index(name="dk", columns={"dk"}) } )

ORM\Entity

(repositoryClass="Lotgd\Core\Repository\TitlesRepository")

Gedmo\TranslationEntity

(class="Lotgd\Core\Entity\TitlesTranslation")

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
ORM\Column

(name="dk", type="integer", options={"unsigned"=true})

$female

private string|null $female = null
Tags
Gedmo\Translatable
ORM\Column

(name="female", type="string", length=25)

Assert\Length

( min=1, max=25, allowEmptyString=false )

$male

private string|null $male = null
Tags
Gedmo\Translatable
ORM\Column

(name="male", type="string", length=25)

Assert\Length

( min=1, max=25, allowEmptyString=false )

$ref

private string|null $ref = null
Tags
ORM\Column

(name="ref", type="string", length=100)

$titleid

private int|null $titleid = null
Tags
ORM\Column

(name="titleid", type="integer", options={"unsigned"=true})

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$translations

private Collection $translations
Tags
ORM\OneToMany

(targetEntity="TitlesTranslation", mappedBy="object", cascade={"all"})

Methods

__construct()

public __construct() : mixed
Return values
mixed

__toString()

public __toString() : mixed
Return values
mixed

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
Return values
self

Search results