collectDuplicated = (bool)$collect; } public function setCollectNotFound($collect) { $this->collectNotFound = (bool)$collect; } public function setCollectMapped($collect) { $this->collectMapped = (bool)$collect; } }