Legend of the Green Dragon

Nastywords

Nastywords.

Tags
ORM\Table

(name="nastywords")

ORM\Entity

Table of Contents

$type  : string
$words  : string
getType()  : string
Get the value of Type.
getWords()  : string
Get the value of Words.
setType()  : self
Set the value of Type.
setWords()  : self
Set the value of Words.

Properties

$type

private string $type
Tags
ORM\Column

(name="type", type="string", length=10, nullable=false)

ORM\Id
ORM\GeneratedValue

(strategy="NONE")

$words

private string $words
Tags
ORM\Column

(name="words", type="text", length=65535, nullable=true)

Methods

getType()

Get the value of Type.

public getType() : string
Return values
string

getWords()

Get the value of Words.

public getWords() : string
Return values
string

setType()

Set the value of Type.

public setType(string $type) : self
Parameters
$type : string
Return values
self

setWords()

Set the value of Words.

public setWords(string $words) : self
Parameters
$words : string
Return values
self

Search results