Author: voxus
Date: 2005-08-18 16:33:52 +0400 (Thu, 18 Aug 2005)
New Revision: 745
Removed:
src/classes/Form/Rules.class.php
Log:
- forgotten one
Deleted: src/classes/Form/Rules.class.php
===================================================================
--- src/classes/Form/Rules.class.php 2005-08-17 18:42:06 UTC (rev 744)
+++ src/classes/Form/Rules.class.php 2005-08-18 12:33:52 UTC (rev 745)
@@ -1,31 +0,0 @@
-<?php
-/***************************************************************************
- * Copyright (C) 2005 by Konstantin V. Arkhipov *
- * voxusAT@ATgentoo.org *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-/* $Id$ */
-
- class Rules /* Factory */
- {
- public static function block($name)
- {
- return new BlockRule($name);
- }
-
- public static function depend($name)
- {
- return new DependRule($name);
- }
-
- public static function exclude($name)
- {
- return new ExcludeRule($name);
- }
- }
-?>
\ No newline at end of file
Received on Thu Aug 18 2005 - 16:33:53 MSD
This archive was generated by hypermail 2.2.0 : Sat Oct 27 2007 - 19:31:17 MSD