Legend of the Green Dragon

Author

Table of Contents

$author  : int
$authorName  : string
getAuthor()  : int
Get the value of Author.
getAuthorName()  : string
Get the value of AuthorName.
setAuthor()  : self
Set the value of Author.
setAuthorName()  : self
Set the value of AuthorName.

Properties

$author

private int $author = 0
Tags
ORM\Column

(type="integer", nullable=false, options={"default": 0, "unsigned": true})

$authorName

private string $authorName = ''
Tags
ORM\Column

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

Methods

getAuthor()

Get the value of Author.

public getAuthor() : int
Return values
int

getAuthorName()

Get the value of AuthorName.

public getAuthorName() : string
Return values
string

setAuthor()

Set the value of Author.

public setAuthor(int $author) : self
Parameters
$author : int
Return values
self

setAuthorName()

Set the value of AuthorName.

public setAuthorName(string $authorName) : self
Parameters
$authorName : string
Return values
self

Search results