Ojs\JournalBundle\Event\CitationNewEvent::setJournalId PHP 메소드

setJournalId() 공개 메소드

public setJournalId ( integer $journalId ) : CitationNewEvent
$journalId integer
리턴 CitationNewEvent
    public function setJournalId($journalId)
    {
        $this->journalId = $journalId;
        return $this;
    }