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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$height integer Height
$type integer Type
$url string Image Version Url
$width integer Width

공개 메소드들

메소드 설명
getHeight ( ) : integer
getType ( ) : integer
getUrl ( ) : string
getWidth ( ) : integer
setHeight ( integer $height )
setType ( integer $type )
setUrl ( string $url )
setWidth ( integer $width )

메소드 상세

getHeight() 공개 메소드

public getHeight ( ) : integer
리턴 integer

getType() 공개 메소드

public getType ( ) : integer
리턴 integer

getUrl() 공개 메소드

public getUrl ( ) : string
리턴 string

getWidth() 공개 메소드

public getWidth ( ) : integer
리턴 integer

setHeight() 공개 메소드

public setHeight ( integer $height )
$height integer

setType() 공개 메소드

public setType ( integer $type )
$type integer

setUrl() 공개 메소드

public setUrl ( string $url )
$url string

setWidth() 공개 메소드

public setWidth ( integer $width )
$width integer

프로퍼티 상세

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

Height
protected int $height
리턴 integer

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

Type
protected int $type
리턴 integer

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

Image Version Url
protected string $url
리턴 string

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

Width
protected int $width
리턴 integer