Instagram\API\Response\CommentMediaResponse::setComment PHP Метод

setComment() публичный Метод

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