Ejemplo n.º 1
0
 public function getComments($args = array())
 {
     $comments = PostDataHelper::getComments($this->properties['id'], $args);
     $this->properties['comments'] = $comments;
     return $comments;
 }