PHP Class Ojs\AdminBundle\Entity\AdminJournalTheme

Inheritance: implements Ojs\CoreBundle\Entity\ThemeInterface, use trait Ojs\CoreBundle\Entity\GenericEntityTrait
Show file Open project: ojs/ojs Class Usage Examples

Public Methods

Method Description
__toString ( ) : string
getCss ( ) : string
getId ( ) : integer Get id
getTitle ( ) : string
isPublic ( ) : boolean
setCss ( string $css )
setPublic ( boolean $public )
setTitle ( string $title )

Method Details

__toString() public method

public __toString ( ) : string
return string

getCss() public method

public getCss ( ) : string
return string

getId() public method

Get id
public getId ( ) : integer
return integer

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

setPublic() public method

public setPublic ( boolean $public )
$public boolean

setTitle() public method

public setTitle ( string $title )
$title string