PHP Class Ojs\JournalBundle\Entity\BlockTranslation

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

Protected Properties

Property Type Description
$translatable

Public Methods

Method Description
getContent ( ) : string
getTitle ( ) : string
setContent ( string $content )
setTitle ( string $title )

Method Details

getContent() public method

public getContent ( ) : string
return string

getTitle() public method

public getTitle ( ) : string
return string

setContent() public method

public setContent ( string $content )
$content string

setTitle() public method

public setTitle ( string $title )
$title string

Property Details

$translatable protected_oe property

protected $translatable