PHP 클래스 InstagramScraper\Model\Location

파일 보기 프로젝트 열기: raiym/instagram-php-scraper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$id
$lat
$lng
$name

공개 메소드들

메소드 설명
__construct ( )
makeLocation ( $locationArray )

메소드 상세

__construct() 공개 메소드

public __construct ( )

makeLocation() 공개 정적인 메소드

public static makeLocation ( $locationArray )

프로퍼티 상세

$id 공개적으로 프로퍼티

public $id

$lat 공개적으로 프로퍼티

public $lat

$lng 공개적으로 프로퍼티

public $lng

$name 공개적으로 프로퍼티

public $name