beginBody() public method

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