Exemple #1
0
 public static function getComments($params)
 {
     $id = $params['id'];
     $commentsManager = new CommentsManager();
     return $commentsManager->getComments($id);
 }