PHP 클래스 Sonata\Component\Currency\CurrencyDetector

저자: Hugo Briand ([email protected])
상속: implements Sonata\Component\Currency\CurrencyDetectorInterface
파일 보기 프로젝트 열기: sonata-project/ecommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$currency Sonata\Component\Currency\CurrencyInterface

공개 메소드들

메소드 설명
__construct ( string $currencyLabel, Sonata\Component\Currency\CurrencyManagerInterface $currencyManager ) Constructs the currency detector service by finding the default currency.
getCurrency ( )

메소드 상세

__construct() 공개 메소드

Constructs the currency detector service by finding the default currency.
public __construct ( string $currencyLabel, Sonata\Component\Currency\CurrencyManagerInterface $currencyManager )
$currencyLabel string
$currencyManager Sonata\Component\Currency\CurrencyManagerInterface

getCurrency() 공개 메소드

public getCurrency ( )

프로퍼티 상세

$currency 보호되어 있는 프로퍼티

protected CurrencyInterface,Sonata\Component\Currency $currency
리턴 Sonata\Component\Currency\CurrencyInterface