Index: sfConsoleResponse.class.php
===================================================================
--- sfConsoleResponse.class.php (revision 3589)
+++ sfConsoleResponse.class.php (working copy)
@@ -25,4 +25,19 @@
public function shutdown()
{
}
+
+ /**
+ * Implements a NULL-method pattern to be sfResponse compliant
+ */
+ public function addHttpMeta() {}
+
+ /**
+ * Implements a NULL-method pattern to be sfResponse compliant
+ */
+ public function addMeta() {}
+
+ /**
+ * Implements a NULL-method pattern to be sfResponse compliant
+ */
+ public function sendHttpHeaders() {}
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" 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-devs?hl=en
-~----------~----~----~----~------~----~------~--~---