示例#1
0
 /**
  * Parses the post text for citations.
  *
  * @return Collection
  */
 public function getCitesFromText()
 {
     return ContentFormatter::getCites($this);
 }