PHP Class Ojs\JournalBundle\Entity\JournalTheme

Inheritance: implements Gedmo\Translatable\Translatable, use trait Ojs\Common\Entity\GenericEntityTrait
Afficher le fichier Open project: ojs/ojs Class Usage Examples

Méthodes publiques

Méthode Description
getCss ( ) : string
getId ( ) : integer Get id
getJournal ( ) : Journal Get journal
getTitle ( ) : string
isPublic ( ) : boolean
setCss ( string $css )
setJournal ( Journal $journal ) Set journal
setPublic ( boolean $public )
setTitle ( string $title )

Method Details

getCss() public méthode

public getCss ( ) : string
Résultat string

getId() public méthode

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

getJournal() public méthode

Get journal
public getJournal ( ) : Journal
Résultat Journal

getTitle() public méthode

public getTitle ( ) : string
Résultat string

isPublic() public méthode

public isPublic ( ) : boolean
Résultat boolean

setCss() public méthode

public setCss ( string $css )
$css string

setJournal() public méthode

Set journal
public setJournal ( Journal $journal )
$journal Journal

setPublic() public méthode

public setPublic ( boolean $public )
$public boolean

setTitle() public méthode

public setTitle ( string $title )
$title string