Owl\Repositories\CommentRepositoryInterface::deleteComment PHP Method

deleteComment() public method

Delete a comment.
public deleteComment ( $id ) : boolean
$id int
return boolean
    public function deleteComment($id);