Author: marijn
Date: 2010-01-12 00:23:50 +0100 (Tue, 12 Jan 2010)
New Revision: 26503
Added:
plugins/sfPaymentPlugin/branches/1.2-marijn/lib/action/
plugins/sfPaymentPlugin/branches/1.2-marijn/lib/action/sfPaymentActionAbstract.php
Log:
[sfPaymentPlugin] Added `sfPaymentActionAbstract` for shared logic amongst the
controllers of the `sfPaymentPlugin`.
Added:
plugins/sfPaymentPlugin/branches/1.2-marijn/lib/action/sfPaymentActionAbstract.php
===================================================================
---
plugins/sfPaymentPlugin/branches/1.2-marijn/lib/action/sfPaymentActionAbstract.php
(rev 0)
+++
plugins/sfPaymentPlugin/branches/1.2-marijn/lib/action/sfPaymentActionAbstract.php
2010-01-11 23:23:50 UTC (rev 26503)
@@ -0,0 +1,13 @@
+<?php
+
+ /**
+ * sfPaymentActionAbstract.
+ *
+ * @author Marijn Huizendveld <[email protected]>
+ * @version $Revision: 209 $ changed by $Author: marijn $
+ *
+ * @copyright Round 84 (2009)
+ */
+ abstract class sfPaymentActionAbstract extends sfAction
+ {
+ }
\ No newline at end of file
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.