* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class MoneyRefillPageFilter extends BaseFrameworkSystem implements Filterable {
+class RefillPageFilter extends BaseFrameworkSystem implements Filterable {
/**
* Protected constructor
*
*
* @return $filterInstance An instance of this filter class
*/
- public final static function createMoneyRefillPageFilter () {
+ public final static function createRefillPageFilter () {
// Get a new instance
- $filterInstance = new MoneyRefillPageFilter();
+ $filterInstance = new RefillPageFilter();
// Return the instance
return $filterInstance;