commentId = (int) $commentId; return $this; } /** * Get the ID of the comment that is to be deleted * * @return int */ public function getCommentId() { return $this->commentId; } }