Abstract functions cannot have bodies, even if empty.
authorMatt Selsky <selsky@columbia.edu>
Tue, 23 Jun 2009 13:27:49 +0000 (09:27 -0400)
committerMatt Selsky <selsky@columbia.edu>
Tue, 23 Jun 2009 13:27:49 +0000 (09:27 -0400)
jeta/lib/Applet.php

index 45e4baf..70198d1 100644 (file)
@@ -51,9 +51,7 @@ class Jeta_Applet
      *
      * @return string  The HTML needed to load the applet.
      */
-    abstract public function generateAppletCode()
-    {
-    }
+    abstract public function generateAppletCode();
 
     /**
      * Generate the HTML param tags.