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

getNote() public method

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