Examples of YiiAppCompletionProvider


Examples of com.yiistorm.completition.providers.YiiAppCompletionProvider

/**
* Created by mazx on 07.01.14.
*/
public class YiiAppCompletionContributor extends CompletionContributor {
    public YiiAppCompletionContributor() {
        extend(CompletionType.BASIC, appFieldPattern(), new YiiAppCompletionProvider());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.