|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
namespace yii\base; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* ViewContext represents possible context for the view rendering. |
|
|
|
|
* ViewContextInterface represents possible context for the view rendering. |
|
|
|
|
* It determines the way the non-global view files are searched. |
|
|
|
|
* This interface introduces method [[findViewFile]], which will be used |
|
|
|
|
* at [[View::render()]] to determine the file by view name, which does |
|
|
|
@ -19,7 +19,7 @@ namespace yii\base;
|
|
|
|
|
* @author Paul Klimov <klimov.paul@gmail.com> |
|
|
|
|
* @since 2.0 |
|
|
|
|
*/ |
|
|
|
|
interface ViewContext |
|
|
|
|
interface ViewContextInterface |
|
|
|
|
{ |
|
|
|
|
/** |
|
|
|
|
* Finds the view file based on the given view name. |