PHP 클래스 Sonata\Component\Currency\Currency

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

보호된 프로퍼티들

프로퍼티 타입 설명
$label string

공개 메소드들

메소드 설명
__toString ( ) protected $symbol;
equals ( $currency )
getLabel ( )
setLabel ( string $label )

메소드 상세

__toString() 공개 메소드

protected $symbol;
public __toString ( )

equals() 공개 메소드

public equals ( $currency )

getLabel() 공개 메소드

public getLabel ( )

setLabel() 공개 메소드

public setLabel ( string $label )
$label string

프로퍼티 상세

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

protected string $label
리턴 string