コード例 #1
0
 /**
  * Check contents of the post for things like tags, user references, external
  * references etc. 
  */
 public function analyseContent()
 {
     $this->microBlogService->extractTags($this);
     $this->socialGraphService->convertPostContent($this);
 }