コード例 #1
0
ファイル: AddressAdapter.php プロジェクト: kid17/magento2
 /**
  * Get billing/shipping email
  *
  * @return string
  */
 public function getEmail()
 {
     return $this->address->getEmail();
 }