PHP 클래스 ShopUserInfo, silvershop-core

파일 보기 프로젝트 열기: burnbright/silverstripe-shop 1 사용 예제들

공개 메소드들

메소드 설명
getAddress ( ) Get location of user
getLocation ( ) : array Get an array of location data
setAddress ( Address $address ) Set location of user
setLocation ( array $location )
singleton ( )

보호된 메소드들

메소드 설명
getLocationData ( )
setLocationData ( array $data )

비공개 메소드들

메소드 설명
__construct ( )

메소드 상세

getAddress() 공개 메소드

Get location of user
public getAddress ( )

getLocation() 공개 메소드

Get an array of location data
public getLocation ( ) : array
리턴 array location data

getLocationData() 보호된 메소드

protected getLocationData ( )

setAddress() 공개 메소드

Set location of user
public setAddress ( Address $address )
$address Address location

setLocation() 공개 메소드

public setLocation ( array $location )
$location array

setLocationData() 보호된 메소드

protected setLocationData ( array $data )
$data array

singleton() 공개 정적인 메소드

public static singleton ( )