AbstractIterateur
in package
AbstractYes
Table of Contents
Properties
- $err : bool
- Erreur presente ?
- $total : int|null
- Calcul du total des elements
- $command : array<string|int, mixed>
- $info : array<string|int, mixed>
- $type : string
Methods
- __construct() : mixed
Properties
$err
Erreur presente ?
public
bool
$err
= false
$total
Calcul du total des elements
public
int|null
$total
= null
$command
protected
array<string|int, mixed>
$command
$info
protected
array<string|int, mixed>
$info
= []
$type
protected
string
$type
Methods
__construct()
public
__construct(array<string|int, mixed> $command[, array<string|int, mixed> $info = [] ]) : mixed
Parameters
- $command : array<string|int, mixed>
- $info : array<string|int, mixed> = []