/**
  * @return string
  */
 public function getComplement()
 {
     return $this->info->getComplement();
 }
Exemple #2
0
function printCustomer(CustomerInterface $customer)
{
    var_export($customer->toArray());
}