コード例 #1
0
 /**
  * Gets all the replies to this post
  * 
  * @return ArrayList
  */
 public function Posts()
 {
     return $this->microBlogService->getRepliesTo($this);
 }