Instagram\API\Response\CommentMediaResponse::setComment PHP Method

setComment() public method

public setComment ( Comment $comment )
$comment Instagram\API\Response\Model\Comment
    public function setComment($comment)
    {
        $this->comment = $comment;
    }
CommentMediaResponse