PHP Class Instagram\API\Response\Model\VideoVersion

Inheritance: extends Model
Datei anzeigen Open project: liamcottle/instagram-sdk-php

Protected Properties

Property Type Description
$height integer Height
$type integer Type
$url string Image Version Url
$width integer Width

Public Methods

Method Description
getHeight ( ) : integer
getType ( ) : integer
getUrl ( ) : string
getWidth ( ) : integer
setHeight ( integer $height )
setType ( integer $type )
setUrl ( string $url )
setWidth ( integer $width )

Method Details

getHeight() public method

public getHeight ( ) : integer
return integer

getType() public method

public getType ( ) : integer
return integer

getUrl() public method

public getUrl ( ) : string
return string

getWidth() public method

public getWidth ( ) : integer
return integer

setHeight() public method

public setHeight ( integer $height )
$height integer

setType() public method

public setType ( integer $type )
$type integer

setUrl() public method

public setUrl ( string $url )
$url string

setWidth() public method

public setWidth ( integer $width )
$width integer

Property Details

$height protected_oe property

Height
protected int $height
return integer

$type protected_oe property

Type
protected int $type
return integer

$url protected_oe property

Image Version Url
protected string $url
return string

$width protected_oe property

Width
protected int $width
return integer