Beispiel #1
0
 public function loadClientNotes()
 {
     $allNotes = \ClientModel::loadClientNotes((int) $this->_clientID);
     return $allNotes;
 }