コード例 #1
0
ファイル: GetterSetter.php プロジェクト: timetoogo/penumbra
 public function SetEntityType($EntityType)
 {
     parent::SetEntityType($EntityType);
     $this->PropertyGetter->SetEntityType($EntityType);
     $this->PropertySetter->SetEntityType($EntityType);
 }