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

setNote() public method

public setNote ( string $note )
$note string
    public function setNote($note)
    {
        $this->note = $note;
    }