Exemplo n.º 1
0
 /**
  *
  * @param int $id
  */
 public static function getById($id)
 {
     $comment = new RatingsComments();
     $comment->getResource()->getById($id);
     return $comment;
 }