ch.sahits.model.php.db
Interface IPHPMethodDeclaration
- All Superinterfaces:
- IBuildable
public interface IPHPMethodDeclaration
- extends IBuildable
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