PHP 클래스 Instagram\API\Response\CommentMediaResponse

상속: extends BaseResponse
파일 보기 프로젝트 열기: liamcottle/instagram-sdk-php

보호된 프로퍼티들

프로퍼티 타입 설명
$comment Instagram\API\Response\Model\Comment Comment

공개 메소드들

메소드 설명
getComment ( ) : Comment
setComment ( Comment $comment )

메소드 상세

getComment() 공개 메소드

public getComment ( ) : Comment
리턴 Instagram\API\Response\Model\Comment

setComment() 공개 메소드

public setComment ( Comment $comment )
$comment Instagram\API\Response\Model\Comment

프로퍼티 상세

$comment 보호되어 있는 프로퍼티

Comment
protected Comment,Instagram\API\Response\Model $comment
리턴 Instagram\API\Response\Model\Comment