Package org.netbeans.modules.php.fuel.editor.elements

Examples of org.netbeans.modules.php.fuel.editor.elements.ViewClassElement


            }

            // View::forge, ViewModel::forge
            if (viewMethods.contains(method)) {
                if (TokenUtilities.equals(text, "View")) { // NOI18N
                    return new ViewClassElement(method, current);
                } else if (TokenUtilities.equals(text, "ViewModel")) { // NOI18N
                    return new ViewModelClassElement(method, current);
                }
            }
View Full Code Here

TOP

Related Classes of org.netbeans.modules.php.fuel.editor.elements.ViewClassElement

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.