コード例 #1
0
ファイル: RatingsComments.php プロジェクト: ascertain/NGshop
 /**
  *
  * @param int $id
  */
 public static function getById($id)
 {
     $comment = new RatingsComments();
     $comment->getResource()->getById($id);
     return $comment;
 }