Uses of Interface
ch.sahits.model.php.db.IPHPMethodDeclaration

Packages that use IPHPMethodDeclaration
ch.sahits.model.php.db   
 

Uses of IPHPMethodDeclaration in ch.sahits.model.php.db
 

Methods in ch.sahits.model.php.db that return IPHPMethodDeclaration
 IPHPMethodDeclaration[] IPHPDBModel.getMethods()
          Get all method declarations
 

Methods in ch.sahits.model.php.db with parameters of type IPHPMethodDeclaration
 IPHPClassDeclarationBuilder IPHPClassDeclarationBuilder.addMethod(IPHPMethodDeclaration method)
          Add a whole method