endBody() public method

Marks the ending of an HTML body section.
public endBody ( )
Example #1
0
 /**
  * Marks the ending of an HTML body section.
  * @param \yii\web\View $view the view to be registered with
  */
 public function endBody($view)
 {
     $view->endBody();
     $this->trigger(self::EVENT_END_BODY);
 }