1 package net.sourceforge.phpeclipse.phpeditor.phpparser;
3 import net.sourceforge.phpdt.internal.ui.PHPUiImages;
4 import org.eclipse.jface.resource.ImageDescriptor;
10 public class PHPFunctionDeclaration extends PHPSegment {
13 public PHPFunctionDeclaration(Object parent, String name, int index) {
14 super(parent, name, index);
17 public ImageDescriptor getImage() {
18 return PHPUiImages.DESC_FUN;