コード例 #1
0
ファイル: Sales.php プロジェクト: AlvaCorp/POS-2
 /**
  * @param ChildSalesDetail $detail The ChildSalesDetail object to add.
  */
 protected function doAddDetail(ChildSalesDetail $detail)
 {
     $this->collDetails[] = $detail;
     $detail->setSales($this);
 }