コード例 #1
0
ファイル: ContactEntity.php プロジェクト: zource/zource
 public function __construct(Company $company)
 {
     $this->id = $company->getId();
     $this->name = $company->getName();
 }