0
I have the following code:
foreach ($class->ListaChave($CdLote) as $dados) {
var_dump($dados->getQvol());
}
Exit:
string(1) "1"
string(1) "1"
string(1) "2"
string(1) "1"
I need these values to be summed up and returned to me the value within a variable.
All right, I was traveling and forgot the obvious hehehe.
– KevinF