Facade Pattern: Listing 10
Array
(
    [234] => Product Object
        (
            [id] => 234
            [name] => ladies jumper
        )

    [532] => Product Object
        (
            [id] => 532
            [name] => gents hat
        )

    [111] => Product Object
        (
            [id] => 111
            [name] => ladies panties
        )

    [222] => Product Object
        (
            [id] => 222
            [name] => gents trousers
        )

    [333] => Product Object
        (
            [id] => 333
            [name] => ladies bra
        )

)



Array
(
    [234] => Product Object
        (
            [id] => 234
            [name] => ladies jumper
        )

    [532] => Product Object
        (
            [id] => 532
            [name] => gents hat
        )

    [111] => Product Object
        (
            [id] => 111
            [name] => ladies panties
        )

    [222] => Product Object
        (
            [id] => 222
            [name] => gents trousers
        )

    [333] => Product Object
        (
            [id] => 333
            [name] => ladies bra
        )

)
--
Product Object ( [id] => 234 [name] => ladies jumper )