示例#1
0
 /**
  * Get the notes column for the customer
  *
  * @since  1.0
  * @access private
  *
  * @return string The Notes for the customer, non-parsed.
  */
 private function get_raw_notes()
 {
     $all_notes = $this->db->get_column('notes', $this->id);
     return $all_notes;
 }