Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Alexander Makarov 2ba573bfb5 Fixes #6883: `yii\base\ErrorHandler::logException()` is now public 10 years ago
..
Action.php Fixes #6518 [skip ci] 10 years ago
ActionEvent.php
ActionFilter.php
Application.php Added `yii\base\Application::loadedModules` 10 years ago
ArrayAccessTrait.php
Arrayable.php fixed model serializtaion example 10 years ago
ArrayableTrait.php Reverted/fixed some incorrect changes. 10 years ago
Behavior.php
BootstrapInterface.php
Component.php
Controller.php Added `yii\base\Controller::renderContent()` 10 years ago
DynamicModel.php typo fix 10 years ago
ErrorException.php Fixes #5770: Added more PHP error names for `ErrorException` 10 years ago
ErrorHandler.php Fixes #6883: `yii\base\ErrorHandler::logException()` is now public 10 years ago
Event.php
Exception.php
ExitException.php
InlineAction.php
InvalidCallException.php
InvalidConfigException.php
InvalidParamException.php
InvalidRouteException.php
InvalidValueException.php Added `yii\base\InvalidValueException`. 10 years ago
Model.php yii\base\Model::load() typo fix 10 years ago
ModelEvent.php
Module.php Fixes #2037: Dropped the support for using `yii\base\Module` as concrete module classes 10 years ago
NotSupportedException.php
Object.php Update Object.php 10 years ago
Request.php
Response.php
Security.php [ci skip] Guide typos fixed 10 years ago
Theme.php Fixes #6488: Support changing `yii\base\Theme::basePath` during runtime 10 years ago
UnknownClassException.php
UnknownMethodException.php
UnknownPropertyException.php
UserException.php
View.php Fixes #4040: Added `$viewFile` and `$params` to the `EVENT_BEFORE_RENDER` and `EVENT_AFTER_RENDER` events for `View`. 10 years ago
ViewContextInterface.php
ViewEvent.php Fixes #4040: Added `$viewFile` and `$params` to the `EVENT_BEFORE_RENDER` and `EVENT_AFTER_RENDER` events for `View`. 10 years ago
ViewRenderer.php
Widget.php