コード例 #1
0
ファイル: client_class.php プロジェクト: ClixLtd/pccupload
 public function loadClientNotes()
 {
     $allNotes = \ClientModel::loadClientNotes((int) $this->_clientID);
     return $allNotes;
 }