PHP Class Ojs\JournalBundle\Entity\ArticleTranslation

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
$abstract string
$keywords string
$title string Original article title
$translatable

Public Methods

Method Description
getAbstract ( ) : string
getKeywords ( ) : string
getTitle ( ) : string
setAbstract ( string $abstract )
setKeywords ( string $keywords )
setTitle ( string $title )

Method Details

getAbstract() public method

public getAbstract ( ) : string
return string

getKeywords() public method

public getKeywords ( ) : string
return string

getTitle() public method

public getTitle ( ) : string
return string

setAbstract() public method

public setAbstract ( string $abstract )
$abstract string

setKeywords() public method

public setKeywords ( string $keywords )
$keywords string

setTitle() public method

public setTitle ( string $title )
$title string

Property Details

$abstract protected_oe property

protected string $abstract
return string

$keywords protected_oe property

protected string $keywords
return string

$title protected_oe property

Original article title
protected string $title
return string

$translatable protected_oe property

protected $translatable