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

getComment() public method

public getComment ( ) : Comment
return Instagram\API\Response\Model\Comment
    public function getComment()
    {
        return $this->comment;
    }
CommentMediaResponse