PHP 인터페이스 WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface

저자: Adam Piotrowski ([email protected])
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

공개 메소드들

메소드 설명
getCity ( ) : string
getCountry ( ) : string
getLine1 ( ) : string
getLine2 ( ) : string
getPostalCode ( ) : string
getState ( ) : string
setCity ( string $city )
setCountry ( string $country )
setLine1 ( string $street )
setLine2 ( string $streetNo )
setPostalCode ( string $postalCode )
setState ( string $state )

메소드 상세

getCity() 공개 메소드

public getCity ( ) : string
리턴 string

getCountry() 공개 메소드

public getCountry ( ) : string
리턴 string

getLine1() 공개 메소드

public getLine1 ( ) : string
리턴 string

getLine2() 공개 메소드

public getLine2 ( ) : string
리턴 string

getPostalCode() 공개 메소드

public getPostalCode ( ) : string
리턴 string

getState() 공개 메소드

public getState ( ) : string
리턴 string

setCity() 공개 메소드

public setCity ( string $city )
$city string

setCountry() 공개 메소드

public setCountry ( string $country )
$country string

setLine1() 공개 메소드

public setLine1 ( string $street )
$street string

setLine2() 공개 메소드

public setLine2 ( string $streetNo )
$streetNo string

setPostalCode() 공개 메소드

public setPostalCode ( string $postalCode )
$postalCode string

setState() 공개 메소드

public setState ( string $state )
$state string