PHP Class InstagramScraper\Model\Location

Mostrar archivo Open project: raiym/instagram-php-scraper Class Usage Examples

Public Properties

Property Type Description
$id
$lat
$lng
$name

Public Methods

Method Description
__construct ( )
makeLocation ( $locationArray )

Method Details

__construct() public method

public __construct ( )

makeLocation() public static method

public static makeLocation ( $locationArray )

Property Details

$id public_oe property

public $id

$lat public_oe property

public $lat

$lng public_oe property

public $lng

$name public_oe property

public $name