PHP Class Ojs\JournalBundle\Entity\BoardTranslation

Inheritance: extends Prezent\Doctrine\Translatable\Entity\AbstractTranslation, use trait Ojs\CoreBundle\Entity\DisplayTrait
ファイルを表示 Open project: ojs/ojs Class Usage Examples

Protected Properties

Property Type Description
$translatable

Public Methods

Method Description
getDescription ( ) : string
getName ( ) : string
setDescription ( string $description )
setName ( string $name )

Method Details

getDescription() public method

public getDescription ( ) : string
return string

getName() public method

public getName ( ) : string
return string

setDescription() public method

public setDescription ( string $description )
$description string

setName() public method

public setName ( string $name )
$name string

Property Details

$translatable protected_oe property

protected $translatable