Debug: Array
(
    [0] => product Object
        (
            [id] => 2
            [name] => Domaine du soleil
            [description] => très très bon
            [price] => 8.00
        )

    [1] => product Object
        (
            [id] => 1
            [name] => Chateau Moulin à vin
            [description] => très bon
            [price] => 25.00
        )

)