Table of Contents
Properties
-
$description
: string
-
$id
: int
-
$name
: string
-
$status
: string
Methods
-
__construct()
: mixed
-
getDescription()
: string
-
getId()
: int
-
getName()
: string
-
getStatus()
: string
-
setDescription()
: void
-
setId()
: void
-
setName()
: void
-
setStatus()
: void
$description
protected
string
$description
$id
protected
int
$id
$name
protected
string
$name
$status
protected
string
$status
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getDescription()
public
getDescription() : string
getId()
public
getId() : int
getName()
public
getName() : string
getStatus()
public
getStatus() : string
setDescription()
public
setDescription(string $description) : void
Parameters
-
$description
: string
-
setId()
public
setId(int $id) : void
Parameters
-
$id
: int
-
setName()
public
setName(string $name) : void
Parameters
-
$name
: string
-
setStatus()
public
setStatus(string $status) : void
Parameters
-
$status
: string
-