Example #1
0
 /**
  * Get notes
  * @return string
  */
 public function notes()
 {
     return nl2br(HTML::encodeTags($this->Activity->notes()));
 }