コード例 #1
0
ファイル: ShopAddress.php プロジェクト: pstaender/ShopSystem
 function Salutation()
 {
     return ShopClient::salutationNice($this->Gender);
 }