Disque
in package
Table of Contents
- $etat : mixed
- $format : mixed
- $taille : mixed
- $type : mixed
- __construct() : mixed
- __toString() : mixed
- getEtat() : mixed
- Get the value of etat
- getFormat() : mixed
- Get the value of format
- getTaille() : mixed
- Get the value of taille
- getType() : mixed
- Get the value of type
- setEtat() : self
- Set the value of etat
- setFormat() : self
- Set the value of format
- setTaille() : self
- Set the value of taille
- setType() : self
- Set the value of type
Properties
$etat
private
mixed
$etat
$format
private
mixed
$format
$taille
private
mixed
$taille
$type
private
mixed
$type
Methods
__construct()
public
__construct() : mixed
Return values
mixed —__toString()
public
__toString() : mixed
Return values
mixed —getEtat()
Get the value of etat
public
getEtat() : mixed
Return values
mixed —getFormat()
Get the value of format
public
getFormat() : mixed
Return values
mixed —getTaille()
Get the value of taille
public
getTaille() : mixed
Return values
mixed —getType()
Get the value of type
public
getType() : mixed
Return values
mixed —setEtat()
Set the value of etat
public
setEtat(mixed $etat) : self
Parameters
- $etat : mixed
Return values
self —setFormat()
Set the value of format
public
setFormat(mixed $format) : self
Parameters
- $format : mixed
Return values
self —setTaille()
Set the value of taille
public
setTaille(mixed $taille) : self
Parameters
- $taille : mixed
Return values
self —setType()
Set the value of type
public
setType(mixed $type) : self
Parameters
- $type : mixed