PHP 클래스 WellCommerce\Bundle\CurrencyBundle\Entity\Currency

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable, use trait WellCommerce\Bundle\DoctrineBundle\Behaviours\Enableable\EnableableTrait
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$code string

공개 메소드들

메소드 설명
getCode ( ) : string
setCode ( string $code )

메소드 상세

getCode() 공개 메소드

public getCode ( ) : string
리턴 string

setCode() 공개 메소드

public setCode ( string $code )
$code string

프로퍼티 상세

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

protected string $code
리턴 string