getNote() public method

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