PHP Class Ojs\JournalBundle\Entity\SubjectTranslation

Inheritance: extends Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation
Mostrar archivo Open project: ojs/ojs Class Usage Examples

Protected Properties

Property Type Description
$translatable

Public Methods

Method Description
getDescription ( ) : string
getSubject ( ) : string
setDescription ( string $description )
setSubject ( string $subject )

Method Details

getDescription() public method

public getDescription ( ) : string
return string

getSubject() public method

public getSubject ( ) : string
return string

setDescription() public method

public setDescription ( string $description )
$description string

setSubject() public method

public setSubject ( string $subject )
$subject string

Property Details

$translatable protected_oe property

protected $translatable