PHP 클래스 mapdev\FacebookMessenger\Components\ReceiptAddress

상속: implements JsonSerializable
파일 보기 프로젝트 열기: davidpiesse/facebook_messenger_php

공개 프로퍼티들

프로퍼티 타입 설명
$city
$country
$postal_code
$state
$street_1
$street_2

공개 메소드들

메소드 설명
__construct ( )
city ( $city )
country ( $country )
create ( )
jsonSerialize ( )
postal_code ( $postal_code )
state ( $state )
street_1 ( $street )
street_2 ( $street )
toArray ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

city() 공개 메소드

public city ( $city )

country() 공개 메소드

public country ( $country )

create() 공개 정적인 메소드

public static create ( )

jsonSerialize() 공개 메소드

public jsonSerialize ( )

postal_code() 공개 메소드

public postal_code ( $postal_code )

state() 공개 메소드

public state ( $state )

street_1() 공개 메소드

public street_1 ( $street )

street_2() 공개 메소드

public street_2 ( $street )

toArray() 공개 메소드

public toArray ( )

프로퍼티 상세

$city 공개적으로 프로퍼티

public $city

$country 공개적으로 프로퍼티

public $country

$postal_code 공개적으로 프로퍼티

public $postal_code

$state 공개적으로 프로퍼티

public $state

$street_1 공개적으로 프로퍼티

public $street_1

$street_2 공개적으로 프로퍼티

public $street_2