Country
in package
Tags
Table of Contents
- $id : mixed
- $name : mixed
- __toString() : mixed
- getId() : int|null
- getName() : string|null
- setName() : self
Properties
$id
private
mixed
$id
Tags
$name
private
mixed
$name
Tags
Methods
__toString()
public
__toString() : mixed
Return values
mixed —getId()
public
getId() : int|null
Return values
int|null —getName()
public
getName() : string|null
Return values
string|null —setName()
public
setName(string $name) : self
Parameters
- $name : string