PHP Class Ojs\JournalBundle\Entity\JournalTranslation

Inheritance: extends Prezent\Doctrine\Translatable\Entity\AbstractTranslation, use trait Ojs\CoreBundle\Entity\DisplayTrait
Show file Open project: ojs/ojs Class Usage Examples

Protected Properties

Property Type Description
$footerText string
$translatable

Public Methods

Method Description
getDescription ( ) : string
getFooterText ( ) : string
getSubtitle ( ) : string
getTitle ( ) : string
getTitleAbbr ( ) : string
setDescription ( string $description )
setFooterText ( string $footerText )
setSubtitle ( string $subtitle )
setTitle ( string $title )
setTitleAbbr ( string $titleAbbr )

Method Details

getDescription() public method

public getDescription ( ) : string
return string

getFooterText() public method

public getFooterText ( ) : string
return string

getSubtitle() public method

public getSubtitle ( ) : string
return string

getTitle() public method

public getTitle ( ) : string
return string

getTitleAbbr() public method

public getTitleAbbr ( ) : string
return string

setDescription() public method

public setDescription ( string $description )
$description string

setFooterText() public method

public setFooterText ( string $footerText )
$footerText string

setSubtitle() public method

public setSubtitle ( string $subtitle )
$subtitle string

setTitle() public method

public setTitle ( string $title )
$title string

setTitleAbbr() public method

public setTitleAbbr ( string $titleAbbr )
$titleAbbr string

Property Details

$footerText protected property

protected string $footerText
return string

$translatable protected property

protected $translatable