Legend of the Green Dragon

Titles implements Translatable

Titles.

Tags
ORM\Table

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

ORM\Entity

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

Gedmo\TranslationEntity

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

Interfaces, Classes and Traits

Translatable

Table of Contents

$dk  : int
$female  : string
$male  : string
$ref  : string
$titleid  : int
$translations  : mixed
__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 $dk = 0
Tags
ORM\Column

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

$female

private string $female
Tags
Gedmo\Translatable
ORM\Column

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

Assert\Length

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

$male

private string $male
Tags
Gedmo\Translatable
ORM\Column

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

Assert\Length

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

$ref

private string $ref
Tags
ORM\Column

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

$titleid

private int $titleid
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

$translations

private mixed $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