protected ContextTypeRegistry getTemplatesContextTypeRegistry() {
return PHPUiPlugin.getDefault().getCodeTemplateContextRegistry();
}
protected String getTemplatesLocationMessage() {
ContextTypeRegistry templateContextRegistry = getTemplatesContextTypeRegistry();
TemplateContextType templateContextType = templateContextRegistry
.getContextType(getTemplateContextTypeId());
String name = templateContextType.getName();
return NLS
.bind(PHPUIMessages.newPhpFile_wizard_templatePage_phpTemplatesLocation,
name);