Path: Framework/base/interfaces. php
Overview: This file contains core interfaces for yii framework.
Interface iapplicationcomponent: All application components must implement.
After the application is configured, call Init () to initialize the application.
Interface icache: must be implemented by cache components.
Interface icachedependency: must be implemented by cache dependency classes.
Interface istatepersister: must be implemented by State persister classes.
Interface ifilter: must be implemented by Action filters.
Interface iaction: must be implemented by Controller actions.
Interface iwebserviceprovider: may be implemented by Web Service Provider classes.
Interface iviewrenderer: is implemented by a view Renderer class.
Interface iuseridentity: is implemented by a user identity class.
Interface iwebuser: is implemented by a user application component }.
Interface iauthmanager: is implemented by an auth Manager application component.
Interface ibehavior: is implemented by all behavior classes.
Interface iwidgetfactory: must be implemented by a widget factory class.
Interface idataprovider: must be implemented by data provider classes.
Interface ilogfilter: must be implemented by log filters.