コード例 #1
0
ファイル: Invoice.php プロジェクト: bilalghouri/KnpInvoice
 public function getBuyerName()
 {
     return $this->buyer->getName();
 }