PHP Class Ojs\JournalBundle\Entity\MailTemplate

Inheritance: implements Gedmo\Translatable\Translatable, use trait Ojs\Common\Entity\GenericEntityTrait
ファイルを表示 Open project: ojs/ojs Class Usage Examples

Public Methods

Method Description
__construct ( )
__toString ( )
getDescription ( ) : string
getId ( ) : integer Get id
getJournal ( ) : Journal
getLang ( ) : string Get lang
getSubject ( ) : string Get subject
getTemplate ( ) : string Get template
getType ( ) : string Get type
isActive ( ) : boolean
isJournalDefault ( ) : boolean
isUseJournalDefault ( ) : boolean
setActive ( boolean $active )
setCreated ( DateTime $created ) : MailTemplate Set created
setDescription ( string $description )
setJournal ( Journal $journal = null ) : MailTemplate
setJournalDefault ( boolean $journalDefault )
setLang ( string $lang ) : MailTemplate Set lang
setSubject ( string $subject ) Set subject
setTemplate ( string $template ) : MailTemplate Set template
setType ( string $type ) : MailTemplate Set type
setUpdated ( DateTime $updated ) : MailTemplate Set updated
setUseJournalDefault ( boolean $useJournalDefault )

Method Details

__construct() public method

public __construct ( )

__toString() public method

public __toString ( )

getDescription() public method

public getDescription ( ) : string
return string

getId() public method

Get id
public getId ( ) : integer
return integer

getJournal() public method

public getJournal ( ) : Journal
return Journal

getLang() public method

Get lang
public getLang ( ) : string
return string

getSubject() public method

Get subject
public getSubject ( ) : string
return string

getTemplate() public method

Get template
public getTemplate ( ) : string
return string

getType() public method

Get type
public getType ( ) : string
return string

isActive() public method

public isActive ( ) : boolean
return boolean

isJournalDefault() public method

public isJournalDefault ( ) : boolean
return boolean

isUseJournalDefault() public method

public isUseJournalDefault ( ) : boolean
return boolean

setActive() public method

public setActive ( boolean $active )
$active boolean

setCreated() public method

Set created
public setCreated ( DateTime $created ) : MailTemplate
$created DateTime
return MailTemplate

setDescription() public method

public setDescription ( string $description )
$description string

setJournal() public method

public setJournal ( Journal $journal = null ) : MailTemplate
$journal Journal
return MailTemplate

setJournalDefault() public method

public setJournalDefault ( boolean $journalDefault )
$journalDefault boolean

setLang() public method

Set lang
public setLang ( string $lang ) : MailTemplate
$lang string
return MailTemplate

setSubject() public method

Set subject
public setSubject ( string $subject )
$subject string

setTemplate() public method

Set template
public setTemplate ( string $template ) : MailTemplate
$template string
return MailTemplate

setType() public method

Set type
public setType ( string $type ) : MailTemplate
$type string
return MailTemplate

setUpdated() public method

Set updated
public setUpdated ( DateTime $updated ) : MailTemplate
$updated DateTime
return MailTemplate

setUseJournalDefault() public method

public setUseJournalDefault ( boolean $useJournalDefault )
$useJournalDefault boolean