PHP Class Ojs\JournalBundle\Entity\PersonTitle

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

Protected Properties

Свойство Type Description
$id integer
$translations

Méthodes publiques

Méthode Description
__construct ( ) Constructor
__toString ( ) : string
getId ( ) : integer Get id
getTitle ( ) : string Get title
getTitleTranslations ( ) : string Get title translations
setTitle ( string $title ) : PersonTitle Set title
translate ( null $locale = null ) : mixed | null | Ojs\JournalBundle\Entity\PersonTitleTranslation Translation helper method

Method Details

__construct() public méthode

Constructor
public __construct ( )

__toString() public méthode

public __toString ( ) : string
Résultat string

getId() public méthode

Get id
public getId ( ) : integer
Résultat integer

getTitle() public méthode

Get title
public getTitle ( ) : string
Résultat string

getTitleTranslations() public méthode

Get title translations
public getTitleTranslations ( ) : string
Résultat string

setTitle() public méthode

Set title
public setTitle ( string $title ) : PersonTitle
$title string
Résultat PersonTitle

translate() public méthode

Translation helper method
public translate ( null $locale = null ) : mixed | null | Ojs\JournalBundle\Entity\PersonTitleTranslation
$locale null
Résultat mixed | null | Ojs\JournalBundle\Entity\PersonTitleTranslation

Property Details

$id protected_oe property

protected int $id
Résultat integer

$translations protected_oe property

protected $translations