示例#1
0
 /**
  * @return string
  */
 public function getComplement()
 {
     return $this->info->getComplement();
 }
示例#2
0
文件: index.php 项目: petflow/learn
function printCustomer(CustomerInterface $customer)
{
    var_export($customer->toArray());
}