mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 06:48:59 +08:00
pull origin
This commit is contained in:
@@ -49,7 +49,6 @@ class View extends \yii\base\View
|
||||
* @event Event an event that is triggered by [[endBody()]].
|
||||
*/
|
||||
const EVENT_END_BODY = 'endBody';
|
||||
|
||||
/**
|
||||
* The location of registered JavaScript code block or files.
|
||||
* This means the location is in the head section.
|
||||
@@ -131,6 +130,7 @@ class View extends \yii\base\View
|
||||
|
||||
private $_assetManager;
|
||||
|
||||
|
||||
/**
|
||||
* Marks the position of an HTML head section.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user