예제 #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());
}