Example #1
0
function printCustomer(CustomerInterface $customer)
{
    var_export($customer->toArray());
}