Package com.yiistorm.references

Examples of com.yiistorm.references.I18nFileReference


            try {
                String relativePath = protectedPath + "/" + searchString + ".php";
                VirtualFile viewfile = project.getBaseDir().findFileByRelativePath(relativePath);

                if (viewfile != null) {
                    PsiReference ref = new I18nFileReference(
                            viewfile,
                            element,
                            element.getTextRange(),
                            project);
                    return new PsiReference[]{ref};
View Full Code Here

TOP

Related Classes of com.yiistorm.references.I18nFileReference

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.