Ojs\JournalBundle\Event\CitationNewEvent::setJournalId PHP Method

setJournalId() public method

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