Eccube\Entity\Product::getNote PHP 메소드

getNote() 공개 메소드

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

Usage Example

 /**
  * {@inheritDoc}
  */
 public function getNote()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNote', array());
     return parent::getNote();
 }