beginBody() public method Marks the beginning of an HTML body section. public void beginBody ( )
$title public property The page title public string $title = null
$metaTags public property The registered meta tags. See also registerMetaTag(). public array $metaTags = null
$linkTags public property The registered link tags. See also registerLinkTag(). public array $linkTags = null
$jsFiles public property The registered JS files. See also registerJsFile(). public array $jsFiles = null
$js public property The registered JS code blocks See also registerJs(). public array $js = null
$cssFiles public property The registered CSS files. See also registerCssFile(). public array $cssFiles = null
$css public property The registered CSS code blocks. See also registerCss(). public array $css = null
$assetManager public property The asset manager. Defaults to the "assetManager" application component. public yii\web\AssetManager getAssetManager ( )public void setAssetManager ( $value )
$assetBundles public property List of the registered asset bundles. The keys are the bundle names, and the values are the registered yii\web\AssetBundle objects. See also registerAssetBundle(). public yii\web\AssetBundle[] $assetBundles = []
Page 28 of 633