Example #1
0
 public boolean visit(PHPMethodDeclaration s) throws Exception {
   Map<String, String> parameters = createInitialParameters(s);
   parameters.put("name", s.getName());
   xmlWriter.startTag("PHPMethodDeclaration", parameters);
   return true;
 }