PHP Class Ojs\JournalBundle\Entity\PublisherTheme

Inheritance: use trait Ojs\CoreBundle\Entity\GenericEntityTrait
显示文件 Open project: ojs/ojs Class Usage Examples

Public Methods

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

public getCss ( ) : string
return string

getId() public method

Get id
public getId ( ) : integer
return integer

getPublisher() public method

Get Publisher
public getPublisher ( ) : Publisher
return Publisher

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

setPublisher() public method

Set Publisher
public setPublisher ( Publisher $publisher ) : PublisherTheme
$publisher Publisher
return PublisherTheme

setTitle() public method

public setTitle ( string $title )
$title string