Instagram\API\Response\CommentMediaResponse::getComment PHP 메소드

getComment() 공개 메소드

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