Ojs\JournalBundle\Entity\Journal::getNote PHP Method

getNote() public method

public getNote ( ) : string
return string
    public function getNote()
    {
        return $this->note;
    }
Journal