Contributors:
IBM Corporation - Initial implementation
- Klaus Hartlage - www.eclipseproject.de
+ www.phpeclipse.de
**********************************************************************/
package net.sourceforge.phpdt.phphelp.actions;
this.word = word;
}
+ /**
+ * Get standard PHPEclipse html help URL
+ * @return String
+ */
public String getHref() {
return "/net.sourceforge.phpeclipse.phphelp/doc/function." + word + ".html";
}
public String getLabel() {
return "PHP Context Help";
}
+
}
\ No newline at end of file