Class7
Table of Contents
- $id : int
- $name : string
- __construct() : mixed
- equals() : bool
- hashCode() : int
Properties
$id
private
int
$id
$name
private
string
$name
Methods
__construct()
public
__construct(int $id, string $name) : mixed
Parameters
- $id : int
- $name : string
Return values
mixed —equals()
public
equals(mixed $other) : bool
Parameters
- $other : mixed
Return values
bool —hashCode()
public
hashCode() : int