Standard

Methods

setAchievementId

setAchievementId(int $achievementId) : $this

Arguments

$achievementId

int

Response

$this

getAchievementId

getAchievementId() : int

Response

int

setCategoryId

setCategoryId(int $categoryId) : $this

Arguments

$categoryId

int

Response

$this

getCategoryId

getCategoryId() : int

Response

int

setDescription

setDescription(string $description) : $this

Arguments

$description

string

Response

$this

getDescription

getDescription() : string

Response

string

setIcon

setIcon(\petrepatrasc\BlizzardApiBundle\Entity\Icon $icon) : $this

Arguments

Response

$this

getIcon

getIcon() : \petrepatrasc\BlizzardApiBundle\Entity\Icon

setPoints

setPoints(int $points) : $this

Arguments

$points

int

Response

$this

getPoints

getPoints() : int

Response

int

setTitle

setTitle(string $title) : $this

Arguments

$title

string

Response

$this

getTitle

getTitle() : string

Response

string

Properties

title

title : string
var

Type(s)

string

description

description : string
var

Type(s)

string

achievementId

achievementId : int
var

Type(s)

int

categoryId

categoryId : int
var

Type(s)

int

points

points : int
var

Type(s)

int

icon

icon : \petrepatrasc\BlizzardApiBundle\Entity\Icon