PHP Class Ojs\JournalBundle\Entity\JournalTheme

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

Public Methods

Method 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 method

public getCss ( ) : string
return string

getId() public method

Get id
public getId ( ) : integer
return integer

getJournal() public method

Get journal
public getJournal ( ) : Journal
return Journal

getTitle() public method

public getTitle ( ) : string
return string

isPublic() public method

public isPublic ( ) : boolean
return boolean

setCss() public method

public setCss ( string $css )
$css string

setJournal() public method

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

setPublic() public method

public setPublic ( boolean $public )
$public boolean

setTitle() public method

public setTitle ( string $title )
$title string