PHP 클래스 WellCommerce\Bundle\AppBundle\Entity\Price

저자: Adam Piotrowski ([email protected])
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$currency
$exchangeRate
$grossAmount
$netAmount
$taxAmount
$taxRate

공개 메소드들

메소드 설명
getCurrency ( ) : string
getGrossAmount ( ) : float
getNetAmount ( ) : float
getTaxAmount ( ) : float
getTaxRate ( ) : float
setCurrency ( string $currency )
setGrossAmount ( float $grossAmount )
setNetAmount ( float $netAmount )
setTaxAmount ( float $taxAmount )
setTaxRate ( float $taxRate )

메소드 상세

getCurrency() 공개 메소드

public getCurrency ( ) : string
리턴 string

getGrossAmount() 공개 메소드

public getGrossAmount ( ) : float
리턴 float

getNetAmount() 공개 메소드

public getNetAmount ( ) : float
리턴 float

getTaxAmount() 공개 메소드

public getTaxAmount ( ) : float
리턴 float

getTaxRate() 공개 메소드

public getTaxRate ( ) : float
리턴 float

setCurrency() 공개 메소드

public setCurrency ( string $currency )
$currency string

setGrossAmount() 공개 메소드

public setGrossAmount ( float $grossAmount )
$grossAmount float

setNetAmount() 공개 메소드

public setNetAmount ( float $netAmount )
$netAmount float

setTaxAmount() 공개 메소드

public setTaxAmount ( float $taxAmount )
$taxAmount float

setTaxRate() 공개 메소드

public setTaxRate ( float $taxRate )
$taxRate float

프로퍼티 상세

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

protected $currency

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

protected $exchangeRate

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

protected $grossAmount

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

protected $netAmount

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

protected $taxAmount

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

protected $taxRate