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