Pimcore\Model\Element\Note\Listing::setNotes PHP Метод

setNotes() публичный Метод

public setNotes ( $notes )
$notes
    public function setNotes($notes)
    {
        $this->notes = $notes;
        return $this;
    }