public function setRecommended(array $commentIds, $recommended) { foreach ($commentIds as $commentId) { $this->setCommentRecommended($this->find($commentId), $recommended); } }