ch.sahits.model.php.db
Interface IPHPMethodDeclaration

All Superinterfaces:
IBuildable

public interface IPHPMethodDeclaration
extends IBuildable


Method Summary
 java.util.Vector<java.lang.String> getArguments()
           
 java.lang.String getDocumentation()
           
 java.lang.String getMethodBody()
           
 java.lang.String getMethodName()
           
 java.lang.String getVisibility()
           
 boolean isStatic()
           
 

Method Detail

getDocumentation

java.lang.String getDocumentation()
Returns:
the documentation

getVisibility

java.lang.String getVisibility()
Returns:
the visibility

getMethodName

java.lang.String getMethodName()
Returns:
the methodName

getMethodBody

java.lang.String getMethodBody()
Returns:
the methodBody

getArguments

java.util.Vector<java.lang.String> getArguments()
Returns:
the arguments

isStatic

boolean isStatic()
Returns:
the _static