PHP Class WellCommerce\Bundle\DictionaryBundle\Entity\Dictionary

Inheritance: 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
Show file Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$identifier string

Public Methods

Method Description
getIdentifier ( ) : string
setIdentifier ( string $identifier )

Method Details

getIdentifier() public method

public getIdentifier ( ) : string
return string

setIdentifier() public method

public setIdentifier ( string $identifier )
$identifier string

Property Details

$identifier protected property

protected string $identifier
return string