PHP 클래스 WellCommerce\Bundle\DictionaryBundle\Entity\Dictionary

상속: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\DictionaryBundle\Entity\DictionaryInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$identifier string

공개 메소드들

메소드 설명
getIdentifier ( ) : string
setIdentifier ( string $identifier )

메소드 상세

getIdentifier() 공개 메소드

public getIdentifier ( ) : string
리턴 string

setIdentifier() 공개 메소드

public setIdentifier ( string $identifier )
$identifier string

프로퍼티 상세

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

protected string $identifier
리턴 string