Anchors has no longer arguments
authorRoland Häder <roland@mxchange.org>
Mon, 9 Nov 2009 02:22:09 +0000 (02:22 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 9 Nov 2009 02:22:09 +0000 (02:22 +0000)
inc/classes/main/template/menu/class_MenuTemplateEngine.php

index 2cfb5eb44d90090dad862aafca0831d8363e2566..4f3b0f112d4d0503f9fda47da65d3ed3c4c4e9d4 100644 (file)
@@ -575,8 +575,8 @@ class MenuTemplateEngine extends BaseTemplateEngine implements CompileableTempla
         * @param       $title  Link title of the anchor
         * @return      void
         */
-       private function startAnchor ($id, $link, $title) {
-               $this->partialStub('id='.$id.',link='.$link.',title='.$title);
+       private function startAnchor () {
+               $this->partialStub('Please implement this method.');
        }
 
        /**