PHP 클래스 Instagram\API\Response\Model\ImageVersions2

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

보호된 프로퍼티들

프로퍼티 타입 설명
$candidates ImageVersionCandidate[] Image Version Candidates

공개 메소드들

메소드 설명
getCandidates ( ) : ImageVersionCandidate[]
setCandidates ( ImageVersionCandidate[] $candidates )

메소드 상세

getCandidates() 공개 메소드

public getCandidates ( ) : ImageVersionCandidate[]
리턴 ImageVersionCandidate[]

setCandidates() 공개 메소드

public setCandidates ( ImageVersionCandidate[] $candidates )
$candidates ImageVersionCandidate[]

프로퍼티 상세

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

Image Version Candidates
protected ImageVersionCandidate[],Instagram\API\Response\Model $candidates
리턴 ImageVersionCandidate[]