2 // Copyright (C) 2011 Brady Miller <brady@sparmy.com>
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 // of the License, or (at your option) any later version.
11 class AMC_304d
extends AbstractAmcReport
13 public function getTitle()
18 public function getObjectToCount()
23 public function createDenominator()
25 return new AMC_304d_Denominator();
28 public function createNumerator()
30 return new AMC_304d_Numerator();