Table of Contents
-
$capacity
: int
-
$freq
: int
-
$nb
: int
-
$type
: string
-
__construct()
: mixed
-
getCapacity()
: int|mixed|null
-
getFreq()
: int|mixed|null
-
getNb()
: int|mixed
-
getType()
: mixed|string|null
-
setCapacity()
: void
-
setFreq()
: void
-
setNb()
: void
-
setType()
: void
$capacity
private
int
$capacity
$freq
private
int
$freq
$nb
private
int
$nb
$type
private
string
$type
__construct()
public
__construct([mixed $type = '' ][, mixed $nb = 1 ][, mixed $freq = null ][, mixed $capacity = null ]) : mixed
Parameters
-
$type
: mixed
= ''
-
-
$nb
: mixed
= 1
-
-
$freq
: mixed
= null
-
-
$capacity
: mixed
= null
-
Return values
mixed
—
getCapacity()
public
getCapacity() : int|mixed|null
Return values
int|mixed|null
—
getFreq()
public
getFreq() : int|mixed|null
Return values
int|mixed|null
—
getNb()
public
getNb() : int|mixed
Return values
int|mixed
—
getType()
public
getType() : mixed|string|null
Return values
mixed|string|null
—
setCapacity()
public
setCapacity(int|mixed|null $capacity) : void
Parameters
-
$capacity
: int|mixed|null
-
Return values
void
—
setFreq()
public
setFreq(int|mixed|null $freq) : void
Parameters
-
$freq
: int|mixed|null
-
Return values
void
—
setNb()
public
setNb(int|mixed $nb) : void
Parameters
-
$nb
: int|mixed
-
Return values
void
—
setType()
public
setType(mixed|string|null $type) : void
Parameters
-
$type
: mixed|string|null
-
Return values
void
—