Field::getNotes() method  
Return field notes for current language, or another specified language.
This is different from $field->notes in that it knows about languages (when installed).
Usage
// basic usage
$string = $field->getNotes();
// usage with all arguments
$string = $field->getNotes($language = null);API reference based on ProcessWire core version 3.0.252