Ojs\JournalBundle\Entity\Article::getNote PHP 메소드

getNote() 공개 메소드

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