コード例 #1
0
 public function removeCountPart(SingleQueryReportCountPart $part)
 {
     $part->setSingleQueryReport($this);
     $this->countParts->remove($part);
 }