Yii Framework 3.0 API Documentation
This is the Yii Framework API Documentation. Here you will find detailed information about all classes provided by the Framework. Below you find a list of the existing classes, interfaces, and traits, ordered by their fully qualified name (including the namespace). Each of them has a dedicated page which contains a description about the purpose of the class, a list of the available methods, properties and constants, and detailed description on how to use each of them.
On this page you find all the classes included in version 3.0 of the framework. You can use the dropdown menu on the top right to switch between versions.
You can search API documentation using the search form on the top.
You can search for class names and also method and property names, e.g. ActiveRecord.save() or just .save() or ::save().
This page is also available in JSON format:curl https://www.yiiframework.com/doc/api/3.0/yii-view-renderer -H 'Accept: application/json'
| Class | Description |
|---|---|
| Yiisoft\Yii\View\Renderer\CommonParametersInjectionInterface | CommonParametersInjectionInterface is an interface that must be implemented by classes to inject
parameters both to view template and to layout. |
| Yiisoft\Yii\View\Renderer\Csrf | |
| Yiisoft\Yii\View\Renderer\CsrfViewInjection | CsrfViewInjection injects the necessary data into the view to protect against a CSRF attack. |
| Yiisoft\Yii\View\Renderer\Debug\WebViewCollector | |
| Yiisoft\Yii\View\Renderer\Exception\InvalidLinkTagException | InvalidLinkTagException is thrown if the link tag is incorrectly configured during the injection. |
| Yiisoft\Yii\View\Renderer\Exception\InvalidMetaTagException | InvalidMetaTagException is thrown if the meta tag is incorrectly configured during the injection. |
| Yiisoft\Yii\View\Renderer\InjectionContainer\InjectionContainer | |
| Yiisoft\Yii\View\Renderer\InjectionContainer\InjectionContainerInterface | |
| Yiisoft\Yii\View\Renderer\InjectionContainer\StubInjectionContainer | |
| Yiisoft\Yii\View\Renderer\LayoutParametersInjectionInterface | LayoutParametersInjectionInterface is an interface that must be implemented by classes to inject layout parameters. |
| Yiisoft\Yii\View\Renderer\LayoutSpecificInjections | |
| Yiisoft\Yii\View\Renderer\LinkTagsInjectionInterface | LinkTagsInjectionInterface is an interface that must be implemented by classes to inject link tags. |
| Yiisoft\Yii\View\Renderer\MetaTagsInjectionInterface | MetaTagsInjectionInterface is an interface that must be implemented by classes to inject meta tags. |
| Yiisoft\Yii\View\Renderer\ViewRenderer | ViewRenderer renders the view. |
Signup or Login in order to comment.