PHP Class Ojs\JournalBundle\Entity\PublisherTheme

Inheritance: use trait Ojs\CoreBundle\Entity\GenericEntityTrait
Afficher le fichier Open project: ojs/ojs Class Usage Examples

Méthodes publiques

Méthode Description
getCss ( ) : string
getId ( ) : integer Get id
getPublisher ( ) : Publisher Get Publisher
getTitle ( ) : string
isPublic ( ) : boolean
setCss ( string $css )
setPublic ( boolean $public )
setPublisher ( Publisher $publisher ) : PublisherTheme Set Publisher
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

getPublisher() public méthode

Get Publisher
public getPublisher ( ) : Publisher
Résultat Publisher

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

setPublic() public méthode

public setPublic ( boolean $public )
$public boolean

setPublisher() public méthode

Set Publisher
public setPublisher ( Publisher $publisher ) : PublisherTheme
$publisher Publisher
Résultat PublisherTheme

setTitle() public méthode

public setTitle ( string $title )
$title string