예제 #1
0
파일: Post.php 프로젝트: laiello/cootheme2
 public function getComments($args = array())
 {
     $comments = PostDataHelper::getComments($this->properties['id'], $args);
     $this->properties['comments'] = $comments;
     return $comments;
 }