PHP Class Ojs\JournalBundle\Entity\ArticleTranslation

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

Protected Properties

Свойство Type Description
$abstract string
$keywords string
$title string Original article title
$translatable

Méthodes publiques

Méthode Description
getAbstract ( ) : string
getKeywords ( ) : string
getTitle ( ) : string
setAbstract ( string $abstract )
setKeywords ( string $keywords )
setTitle ( string $title )

Method Details

getAbstract() public méthode

public getAbstract ( ) : string
Résultat string

getKeywords() public méthode

public getKeywords ( ) : string
Résultat string

getTitle() public méthode

public getTitle ( ) : string
Résultat string

setAbstract() public méthode

public setAbstract ( string $abstract )
$abstract string

setKeywords() public méthode

public setKeywords ( string $keywords )
$keywords string

setTitle() public méthode

public setTitle ( string $title )
$title string

Property Details

$abstract protected_oe property

protected string $abstract
Résultat string

$keywords protected_oe property

protected string $keywords
Résultat string

$title protected_oe property

Original article title
protected string $title
Résultat string

$translatable protected_oe property

protected $translatable