PHP Class Instagram\API\Response\Model\VideoVersion

Inheritance: extends Model
Afficher le fichier Open project: liamcottle/instagram-sdk-php

Protected Properties

Свойство Type Description
$height integer Height
$type integer Type
$url string Image Version Url
$width integer Width

Méthodes publiques

Méthode 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 méthode

public getHeight ( ) : integer
Résultat integer

getType() public méthode

public getType ( ) : integer
Résultat integer

getUrl() public méthode

public getUrl ( ) : string
Résultat string

getWidth() public méthode

public getWidth ( ) : integer
Résultat integer

setHeight() public méthode

public setHeight ( integer $height )
$height integer

setType() public méthode

public setType ( integer $type )
$type integer

setUrl() public méthode

public setUrl ( string $url )
$url string

setWidth() public méthode

public setWidth ( integer $width )
$width integer

Property Details

$height protected_oe property

Height
protected int $height
Résultat integer

$type protected_oe property

Type
protected int $type
Résultat integer

$url protected_oe property

Image Version Url
protected string $url
Résultat string

$width protected_oe property

Width
protected int $width
Résultat integer