PHP Class Instagram\API\Response\Model\Tag

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

Protected Properties

Property Type Description
$id string Id
$media_count integer Media Count
$name string Name

Public Methods

Method Description
getId ( ) : string
getMediaCount ( ) : integer
getName ( ) : string
setId ( string $id )
setMediaCount ( integer $media_count )
setName ( string $name )

Method Details

getId() public method

public getId ( ) : string
return string

getMediaCount() public method

public getMediaCount ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

setId() public method

public setId ( string $id )
$id string

setMediaCount() public method

public setMediaCount ( integer $media_count )
$media_count integer

setName() public method

public setName ( string $name )
$name string

Property Details

$id protected_oe property

Id
protected string $id
return string

$media_count protected_oe property

Media Count
protected int $media_count
return integer

$name protected_oe property

Name
protected string $name
return string