PHP 클래스 Ojs\JournalBundle\Entity\JournalTheme

상속: implements Gedmo\Translatable\Translatable, use trait Ojs\Common\Entity\GenericEntityTrait
파일 보기 프로젝트 열기: ojs/ojs 1 사용 예제들

공개 메소드들

메소드 설명
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 )

메소드 상세

getCss() 공개 메소드

public getCss ( ) : string
리턴 string

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer

getJournal() 공개 메소드

Get journal
public getJournal ( ) : Journal
리턴 Journal

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

isPublic() 공개 메소드

public isPublic ( ) : boolean
리턴 boolean

setCss() 공개 메소드

public setCss ( string $css )
$css string

setJournal() 공개 메소드

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

setPublic() 공개 메소드

public setPublic ( boolean $public )
$public boolean

setTitle() 공개 메소드

public setTitle ( string $title )
$title string