Package fr.adrienbrault.idea.symfony2plugin.translation

Examples of fr.adrienbrault.idea.symfony2plugin.translation.TranslationReference


                            if(keyParameter != null) {
                                filterDomain = keyParameter;
                            }
                        }

                        psiReferences.add(new TranslationReference(psiElement, filterDomain));
                    }

                }

                private int getMatchingTranslationDomain(Parameter[] parameters) {
View Full Code Here


                }

            }

            return new TranslationReference(parameter.getPsiElement(), translationDomain);
        }
View Full Code Here

                            if(translationDomain == null) {
                                translationDomain = "messages";
                            }

                            return new PsiReference[]{ new TranslationReference((StringLiteralExpression) psiElement, translationDomain) };
                        }

                        if(keyString.equals("class")) {
                            return new PsiReference[]{ new EntityReference((StringLiteralExpression) psiElement, true)};
                        }
View Full Code Here

TOP

Related Classes of fr.adrienbrault.idea.symfony2plugin.translation.TranslationReference

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.