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